M_Rhino_Geometry_GeometryBase_Translate - mcneel/rhinocommon-api-docs GitHub Wiki
Translates the object along the specified vector.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public bool Translate(
Vector3d translationVector
)
VB
Public Function Translate (
translationVector As Vector3d
) As Boolean
- translationVector
- Type: Rhino.Geometry.Vector3d
A moving vector.
Type: Boolean
true if geometry successfully translated.
Supported in: 6.0.16224.21491, 5D58w
GeometryBase Class
Translate Overload
Rhino.Geometry Namespace