SimpleArrayClippingPlaneObjectPointer.Add Method

SimpleArrayClippingPlaneObjectPointerAdd Method

Adds a clipping plane to the list.

Namespace:  Rhino.Runtime.InteropWrappers
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void Add(
	ClippingPlaneObject clippingplane,
	bool asConst
)
Public Sub Add ( 
	clippingplane As ClippingPlaneObject,
	asConst As Boolean
)

Parameters

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

Rhino for Windows

Supported in: 6.8
See Also