RhinoCommon API
TransformObjectList Class |
Used by the TransformCommand and GetTransform classes.
Namespace: Rhino.Collections
Assembly: RhinoCommon (in RhinoCommon.dll)
The TransformObjectList type exposes the following members.
| Name | Description | |
|---|---|---|
| TransformObjectList | Initializes a new instance of the TransformObjectList class |
| Name | Description | |
|---|---|---|
| Count | Number of elements in this list | |
| DisplayFeedbackEnabled | ||
| GripCount | Number of elements in grip list | |
| GripOwnerCount | Number of elements in grip owner list |
| Name | Description | |
|---|---|---|
| Add(ObjRef) |
Add an ObjRef to this list. Use this to add Polyedges so the references are properly counted
| |
| Add(RhinoObject) | Add a RhinoObject to this list | |
| AddObjects |
Add objects to list with a GetObject
| |
| Clear | Remove all elements from this list | |
| Dispose | Releases all resources used by the TransformObjectList | |
| Dispose(Boolean) | Releases the unmanaged resources used by the TransformObjectList and optionally releases the managed resources | |
| Equals | (Inherited from Object.) | |
| Finalize | (Overrides ObjectFinalize.) | |
| GetBoundingBox |
Gets the bounding box of all of the objects that this list contains.
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| GripArray |
Gets access to the GripObject array of the TransformObjectList object.
| |
| GripOwnerArray |
Gets access to the GripOwner array of the TransformObjectList object.
| |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) | |
| UpdateDisplayFeedbackTransform |