GripObject.Move Method (Vector3d)

GripObjectMove Method (Vector3d)

Moves the grip to a new location.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void Move(
	Vector3d delta
)
Public Sub Move ( 
	delta As Vector3d
)

Parameters

delta
Type: Rhino.GeometryVector3d
Translation applied to the OriginalLocation point.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also