Description:
Adds a named construction plane to the table.
Syntax:
Parameters:
- cplane
- Type: ConstructionPlane
- The construction plane to add.
Returns:
Type: void
Available since:
6.0
Description:
Adds a named construction plane to the table.
Parameters:
- name
- Type: string
- The name of the named construction plane.
- plane
- Type: Geometry.Plane
- The plane value.
Returns:
Type: int
0 based index of the named construction plane. -1 on failure.
Available since:
6.0