TransformCommandResetGrips Method |
Sets dynamic grip locations back to starting grip locations. This makes things
like the Copy command work when grips are "copied".
Namespace:
Rhino.Commands
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntax protected void ResetGrips(
TransformObjectList list
)
Protected Sub ResetGrips (
list As TransformObjectList
)
Parameters
- list
- Type: Rhino.CollectionsTransformObjectList
A list of object to transform. This is a special list type.
See Also