Click or drag to resize

File3dmNamedConstructionPlanesAdd Method (String, Plane)

Adds a named construction plane to the table.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public int Add(
	string name,
	Plane plane
)

Parameters

name
Type: SystemString
The name of the named construction plane.
plane
Type: Rhino.GeometryPlane
The plane value.

Return Value

Type: Int32
0 based index of the named construction plane. -1 on failure.
See Also