RhinoCommon API
RhinoObjectGetDynamicTransform Method |
While an object is being dynamically tranformed (dragged, rotated, ...),
the current transformation can be retrieved and used for creating
dynamic display.
Namespace: Rhino.DocObjects
Assembly: RhinoCommon (in RhinoCommon.dll)

public bool GetDynamicTransform( out Transform transform )
Public Function GetDynamicTransform ( <OutAttribute> ByRef transform As Transform ) As Boolean
Parameters
- transform
- Type: Rhino.GeometryTransform
[Missing <param name="transform"/> documentation for "M:Rhino.DocObjects.RhinoObject.GetDynamicTransform(Rhino.Geometry.Transform@)"]
Return Value
Type: BooleanTrue if the object is being edited and its transformation is available. False if the object is not being edited, in which case the identity xform is returned.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.8