Click or drag to resize

RhinoTransformObjectsEventArgsGrips Property

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.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public GripObject[] Grips { get; }

Property Value

Type: GripObject
See Also