CustomObjectGripsOnReset Method |
Resets location of all grips to original spots and cleans up stuff that
was created by dynamic dragging. This is required when dragging is
canceled or in the Copy command when grips are "copied". The override
should clean up dynamic workspace stuff.
Namespace:
Rhino.DocObjects.Custom
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntax protected virtual void OnReset()
Protected Overridable Sub OnReset
See Also