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)
Since: 5.0
Syntax public void IncludeBoundingBox(
BoundingBox box
)
Public Sub IncludeBoundingBox (
box As BoundingBox
)
Parameters
- box
- Type: Rhino.GeometryBoundingBox
The box to unite.
See Also