3D for .net - get object size (XL#65014)

Hi,


I will create multi directional image from stl, but object may not fit in the image.
Can I get object size? I use following sample now.
https://github.com/aspose-3d/Aspose.3D-for-.NET/blob/master/Examples/CSharp/3DViewPorts/ApplyVisualEffects.cs


Best Regards,
Tatsuya

Hi Tatsuya,


Thank you for contacting support. Please provide us your source STL file and let us know which object size you’re looking to retrieve. Please also confirm that the size means width and height. We’ll investigate and reply you appropriately.

Hi,


I can’t know the size of object in advance because we open any STL files. Can I get the size(height and width) of object with API?


Best Regards,
Tatsuya

Hi Tatsuya,


Thank you for the details. Please note, each entity represents a concrete object attached under the node and various entities offer the height and width properties. For example, in case of the box, we can retrieve height and width properties. However, if you can’t retrieve the width and height of an object, then please provide us your source STL file. We’ll investigate and help you appropriately.