File3dmNamedConstructionPlanes.Add Method (ConstructionPlane)

File3dmNamedConstructionPlanesAdd Method (ConstructionPlane)

Adds a named construction plane to the table.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void Add(
	ConstructionPlane cplane
)
Public Sub Add ( 
	cplane As ConstructionPlane
)

Parameters

cplane
Type: Rhino.DocObjectsConstructionPlane
The construction plane to add.

Implements

ICollectionTAdd(T)
Version Information

Rhino for Windows

Supported in: 6.14
See Also