Click or drag to resize

RhinoViewportSetClippingPlanes Method

Sets optimal clipping planes to view objects in a world coordinate 3d bounding box.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void SetClippingPlanes(
	BoundingBox box
)

Parameters

box
Type: Rhino.GeometryBoundingBox
The bounding box
See Also