Click or drag to resize

NamedConstructionPlaneTableAdd Method (ConstructionPlane)

Adds named construction plane to document.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.18
Syntax
public int Add(
	ConstructionPlane constructionPlane
)

Parameters

constructionPlane
Type: Rhino.DocObjectsConstructionPlane
The construction plane value.

Return Value

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