Description:

Translates the object along the specified vector.

Syntax:
public bool Translate(
double x,
double y,
double z
)
Parameters:
Returns:
Type: bool
True if geometry successfully translated.
Available since:
5.0

Description:

Translates the object along the specified vector.

Syntax:
public bool Translate(
Vector3d translationVector
)
Parameters:
  • translationVector
  • Type: Vector3d
  • A moving vector.
Returns:
Type: bool
True if geometry successfully translated.
Available since:
5.0

Translate method

Class:  Rhino.Geometry.GeometryBase

Nothing found