Click or drag to resize

GeometryBaseTranslate Method (Vector3d)

Translates the object along the specified vector.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool Translate(
	Vector3d translationVector
)

Parameters

translationVector
Type: Rhino.GeometryVector3d
A moving vector.

Return Value

Type: Boolean
true if geometry successfully translated.
See Also