M_Rhino_Geometry_GeometryBase_Translate - mcneel/rhinocommon-api-docs GitHub Wiki

GeometryBase.Translate Method (Vector3d)

Translates the object along the specified vector.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public bool Translate(
	Vector3d translationVector
)

VB

Public Function Translate ( 
	translationVector As Vector3d
) As Boolean

Parameters

 

translationVector
Type: Rhino.Geometry.Vector3d
A moving vector.

Return Value

Type: Boolean
true if geometry successfully translated.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

GeometryBase Class
Translate Overload
Rhino.Geometry Namespace

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