M_Rhino_Geometry_GeometryBase_Translate_1 - 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(
	double x,
	double y,
	double z
)VB
Public Function Translate ( 
	x As Double,
	y As Double,
	z As Double
) As Boolean
- x
 - Type: System.Double
The X component. - y
 - Type: System.Double
The Y component. - z
 - Type: System.Double
The Z component. 
Type: Boolean
true if geometry successfully translated.
Supported in: 6.0.16224.21491, 5D58w
GeometryBase Class
Translate Overload
Rhino.Geometry Namespace