RhinoCommon API
TransformObjectListGetBoundingBox Method |
Gets the bounding box of all of the objects that this list contains.
Namespace: Rhino.Collections
Assembly: RhinoCommon (in RhinoCommon.dll)
public BoundingBox GetBoundingBox( bool regularObjects, bool grips )
Public Function GetBoundingBox ( regularObjects As Boolean, grips As Boolean ) As BoundingBox
Parameters
- regularObjects
- Type: SystemBoolean
true if any object except grips should be included; otherwise false. - grips
- Type: SystemBoolean
true if grips should be included; otherwise false.
Return Value
Type: BoundingBoxUnset BoundingBox if this list is empty.