RhinoCommon API
SimpleArrayClippingPlaneObjectPointerAdd Method |
Adds a clipping plane to the list.
Namespace: Rhino.Runtime.InteropWrappers
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.7
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.