M_Rhino_Commands_TransformCommand_ResetGrips - mcneel/rhinocommon-api-docs GitHub Wiki

TransformCommand.ResetGrips 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) Version: Rhino 6.0

Syntax

C#

protected void ResetGrips(
	TransformObjectList list
)

VB

Protected Sub ResetGrips ( 
	list As TransformObjectList
)

Parameters

 

list
Type: Rhino.Collections.TransformObjectList
A list of object to transform. This is a special list type.

Version Information

Supported in: 5D58w

See Also

Reference

TransformCommand Class
Rhino.Commands Namespace

⚠️ **GitHub.com Fallback** ⚠️