Click or drag to resize

DisplayPipelineEnableClippingPlanes Method

Enable or disable the Clipping Plane logic of the engine.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void EnableClippingPlanes(
	bool enable
)

Parameters

enable
Type: SystemBoolean
true to enable Clipping Planes, false to disable.
See Also