TransformObjectList Class |
Namespace: Rhino.Collections
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 | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | (Overrides ObjectFinalize.) | |
GetBoundingBox |
Gets the bounding box of all of the objects that this list contains.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GripArray |
Gets access to the internal GripObject array of the TransformObjectList object.
| |
GripOwnerArray |
Gets access to the internal GripOwner array of the TransformObjectList object.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ObjectArray |
Gets access to the internal RhinoObject array of the TransformObjectList object.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UpdateDisplayFeedbackTransform |