Click or drag to resize

SimpleArrayClippingPlaneObjectPointerAdd Method

Adds a clipping plane to the list.

Namespace:  Rhino.Runtime.InteropWrappers
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.7
Syntax
public void Add(
	ClippingPlaneObject clippingplane,
	bool asConst
)

Parameters

clippingplane
Type: Rhino.DocObjectsClippingPlaneObject
A clipping plane to add.
asConst
Type: SystemBoolean
Whether this clipping plane should be treated as non-modifiable.
See Also