Does the method related long of models or components exist?
-
Everyone,I want to know that whether some methods which control the long(wide or height) of the model or components is exist. If have,please give me the methods.Thanks!
-
Hi winzard, yes you can controol those things. It is all in Transformations.
Or if you you just want the z height of something, you can also iterate through all vertices and compare their heights. Take the highest and loset z values and compare them to see how tall the object is. Do the same for lengths.
Or you can also get the bounding box of an object and then use the boundingbox methods to get the length and size of the bounding box.
More info would help narrow down the best answer,
Chris
-
@chris fullmer said:
Hi winzard, yes you can controol those things. It is all in Transformations.
Or if you you just want the z height of something, you can also iterate through all vertices and compare their heights. Take the highest and loset z values and compare them to see how tall the object is. Do the same for lengths.
Or you can also get the bounding box of an object and then use the boundingbox methods to get the length and size of the bounding box.
More info would help narrow down the best answer,
Chris
Thanks !The information is great help to me.
Advertisement