Click or drag to resize

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()

Return Value

Type: BoundingBox
The computed bounding box.
See Also