RhinoCommon API
NamedConstructionPlaneTable Class |
Contains all named construction planes in a rhino document.
This class cannot be inherited.
Namespace: Rhino.DocObjects.Tables
Assembly: RhinoCommon (in RhinoCommon.dll)
The NamedConstructionPlaneTable type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | Number of construction planes in the table. | |
| Document | Gets the document that owns this table. | |
| Item |
Conceptually, the named construction plane table is an array of ConstructionPlanes
and their associated names. The operator[] can be used to get individual ConstructionPlanes.
|
| Name | Description | |
|---|---|---|
| Add |
Adds named construction plane to document.
| |
| Delete(Int32) |
Remove named construction plane from the document.
| |
| Delete(String) |
Remove named construction plane from the document.
| |
| Equals | (Inherited from Object.) | |
| Find | Finds a named construction plane. | |
| GetEnumerator | ||
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |