TransformObjectList
A collection of Rhino object, grip objects, and the Rhino objects that owns the grips. Used by the TransformCommand and GetTransform classes.
Inheritance Hierarchy
System.Object
Rhino.Collections.TransformObjectList
Namespace: Rhino.Collections
Assembly: RhinoCommon (in RhinoCommon.dll)
Syntax
public class TransformObjectList : IDisposable
The TransformObjectList type exposes the following members.
Constructors
Name
Description
Public Method
TransformObjectList
Initializes a new instance of the TransformObjectList class
Properties
Name
Description
Public Property
Count
Number of elements in this list
Public Property
DisplayFeedbackEnabled
Public Property
GripCount
Number of elements in grip list
Public Property
GripOwnerCount
Number of elements in grip owner list
Methods
Name
Description
Public Method
Add(ObjRef)
Add an ObjRef to this list. Use this to add polyedges so the references are properly counted
Public Method
Add(RhinoObject)
Add a RhinoObject to this list
Public Method
AddObjects
Add objects to list with a GetObject
Public Method
Clear
Remove all elements from this list
Public Method
Dispose.
Releases all resources used by the TransformObjectList
Protected Method
Dispose(Boolean)
Releases the unmanaged resources used by the TransformObjectList and optionally releases the managed resources
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected Method
Finalize
(Overrides Object.Finalize..)
Public Method
GetBoundingBox
Gets the bounding box of all of the objects that this list contains.
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public Method
GripArray
Gets access to the internal GripObject array of the TransformObjectList object.
Public Method
GripOwnerArray
Gets access to the internal GripOwner array of the TransformObjectList object.
Protected Method
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public Method
ObjectArray
Gets access to the internal RhinoObject array of the TransformObjectList object.
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object.)
Public Method
UpdateDisplayFeedbackTransform