| EntityGetBoundingBox Method |
Gets the bounding box of current entity in its object space coordinate system.
Namespace: Aspose.ThreeDAssembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic BoundingBox GetBoundingBox()
Public Function GetBoundingBox As BoundingBox
public:
BoundingBox GetBoundingBox()
member GetBoundingBox : unit -> BoundingBox
Return Value
Type:
BoundingBox
See Also