GeometryBase.Translate Method (Double, Double, Double)

GeometryBaseTranslate Method (Double, Double, Double)

Translates the object along the specified vector.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool Translate(
	double x,
	double y,
	double z
)
Public Function Translate ( 
	x As Double,
	y As Double,
	z As Double
) As Boolean

Parameters

x
Type: SystemDouble
The X component.
y
Type: SystemDouble
The Y component.
z
Type: SystemDouble
The Z component.

Return Value

Type: Boolean
true if geometry successfully translated.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also