Click or drag to resize

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
)

Parameters

list
Type: Rhino.CollectionsTransformObjectList
A list of object to transform. This is a special list type.
See Also