RhinoCommon API
CalculateBoundingBoxEventArgsIncludeBoundingBox Method |
Unites a bounding box with the current display bounding box in order to ensure
dynamic objects in "box" are drawn.
Namespace: Rhino.Display
Assembly: RhinoCommon (in RhinoCommon.dll)
public void IncludeBoundingBox( BoundingBox box )
Public Sub IncludeBoundingBox ( box As BoundingBox )
Parameters
- box
- Type: Rhino.GeometryBoundingBox
The box to unite.