GeometryBase.Translate Method (Vector3d)

GeometryBaseTranslate Method (Vector3d)

Translates the object along the specified vector.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool Translate(
	Vector3d translationVector
)
Public Function Translate ( 
	translationVector As Vector3d
) As Boolean

Parameters

translationVector
Type: Rhino.GeometryVector3d
A moving vector.

Return Value

Type: Boolean
true if geometry successfully translated.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also