File3dmNamedConstructionPlanes.Add Method (String, Plane)

File3dmNamedConstructionPlanesAdd Method (String, Plane)

Adds a named construction plane to the table.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public int Add(
	string name,
	Plane plane
)
Public Function Add ( 
	name As String,
	plane As Plane
) As Integer

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.
Version Information

Rhino for Windows

Supported in: 6.14
See Also