File3dmNamedConstructionPlanesAdd Method (ConstructionPlane) |
Adds a named construction plane to the table.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntaxpublic void Add(
ConstructionPlane cplane
)
Public Sub Add (
cplane As ConstructionPlane
)
Parameters
- cplane
- Type: Rhino.DocObjectsConstructionPlane
The construction plane to add.
Implements
ICollectionTAdd(T)
See Also