RhinoCommon API
DisplayPipelineEnableClippingPlanes Method |
Enable or disable the Clipping Plane logic of the engine.
Namespace: Rhino.Display
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public void EnableClippingPlanes( bool enable )
Public Sub EnableClippingPlanes ( enable As Boolean )
Parameters
- enable
- Type: SystemBoolean
true to enable Clipping Planes, false to disable.
