RhinoViewportSetClippingPlanes Method |
Sets optimal clipping planes to view objects in a world coordinate 3d bounding box.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic void SetClippingPlanes(
BoundingBox box
)
Public Sub SetClippingPlanes (
box As BoundingBox
)
Parameters
- box
- Type: Rhino.GeometryBoundingBox
The bounding box
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also