Click or drag to resize

RhinoTransformObjectsEventArgs Class

EventArgs passed to RhinoDoc.BeforeTransform.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Rhino.DocObjectsRhinoTransformObjectsEventArgs

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public class RhinoTransformObjectsEventArgs : EventArgs

The RhinoTransformObjectsEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyGripCount
The number of Rhino object grips that will be transformed.
Public propertyGripOwnerCount
The number of Rhino object grip owners that will be changed when the grips are transformed.
Public propertyGripOwners
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.
Public propertyGrips
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.
Public propertyObjectCount
The number of Rhino objects that will be transformed.
Public propertyObjects
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.
Public propertyObjectsWillBeCopied
True if the objects will be copied.
Public propertyTransform
The transformation to be applied.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also