Click or drag to resize

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
)

Parameters

box
Type: Rhino.GeometryBoundingBox
The box to unite.
See Also