GripObjectMove Method (Transform) |
Moves the grip to a new location.
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic void Move(
Transform xform
)
Public Sub Move (
xform As Transform
)
Parameters
- xform
- Type: Rhino.GeometryTransform
Transformation appliead to the OriginalLocation point.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also