File3dmNamedConstructionPlanes Class |
Namespace: Rhino.FileIO
The File3dmNamedConstructionPlanes type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Number of named construction planes in the table.
| |
| Item |
Gets the named construction plane at an index.
|
| Name | Description | |
|---|---|---|
| Add(ConstructionPlane) |
Adds a named construction plane to the table.
| |
| Add(String, Plane) |
Adds a named construction plane to the table.
| |
| Clear |
Removes all named construction planes from the table.
| |
| Contains |
Returns an indication of the presence of a named construction plane in the table.
| |
| CopyTo |
Copies the content of the table to an array.
| |
| Delete(ConstructionPlane) |
Deletes a named construction plane from the table.
| |
| Delete(Int32) |
Remove a named construction plane from the table.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| FindName |
Finds a named construction plane given its name.
| |
| GetEnumerator |
Gets an enumerator that yields all construction planes in this collection.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexOf |
Returns the index of a named construction plane.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |