ObjectTableFindClippingPlanesForViewport Method |
Finds all of the clipping plane objects that actively clip a viewport.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic ClippingPlaneObject[] FindClippingPlanesForViewport(
RhinoViewport viewport
)
Public Function FindClippingPlanesForViewport (
viewport As RhinoViewport
) As ClippingPlaneObject()
Parameters
- viewport
- Type: Rhino.DisplayRhinoViewport
The viewport in which clipping planes are searched.
Return Value
Type:
ClippingPlaneObjectAn array of clipping plane objects. The array can be emptry but not null.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also