RhinoTransformObjectsEventArgs Class |
Namespace: Rhino.DocObjects
The RhinoTransformObjectsEventArgs type exposes the following members.
Name | Description | |
---|---|---|
GripCount |
The number of Rhino object grips that will be transformed.
| |
GripOwnerCount |
The number of Rhino object grip owners that will be changed when the grips are transformed.
| |
GripOwners |
An array of Rhino object grip owners that will be changed when the grips are transformed.
WARNING: these objects may be deleted at anytime after the event handler has been notified.
Do not save references to these objects. Use the object's runtime serial number
to safely reference these objects at a later time.
| |
Grips |
An array of Rhino object grips that will be transformed.
WARNING: these objects may be deleted at anytime after the event handler has been notified.
Do not save references to these objects. Use the object's runtime serial number
to safely reference these objects at a later time.
| |
ObjectCount |
The number of Rhino objects that will be transformed.
| |
Objects |
An array of Rhino objects to be transformed.
WARNING: these objects may be deleted at anytime after the event handler has been notified.
Do not save references to these objects. Use the object's runtime serial number
to safely reference these objects at a later time.
| |
ObjectsWillBeCopied |
True if the objects will be copied.
| |
Transform |
The transformation to be applied.
|
Name | Description | |
---|---|---|
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.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |