Click or drag to resize

UserDataOnTransform Method

Is called when the object associated with this data is transformed. If you override this function, make sure to call the base class if you want the stored Transform to be updated.

Namespace:  Rhino.DocObjects.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected virtual void OnTransform(
	Transform transform
)

Parameters

transform
Type: Rhino.GeometryTransform
The transform being applied.
See Also