File3dmObjectTableGetBoundingBox Method |
Gets the bounding box containing every object in this table.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public BoundingBox GetBoundingBox()
Public Function GetBoundingBox As BoundingBox
Return Value
Type:
BoundingBoxThe computed bounding box.
See Also