NamedConstructionPlaneTable Class |
This class cannot be inherited.
Namespace: Rhino.DocObjects.Tables
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(ConstructionPlane) |
Adds named construction plane to document.
| |
| Add(String, Plane) |
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 | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Find | Finds a named construction plane. | |
| GetEnumerator | ||
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |