GeometryBaseTranslate Method (Double, Double, Double) |
Rhino 5 for WindowsTranslates the object along the specified vector.
Namespace: Rhino.GeometryAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.17 (5.13.60913.21340)
Syntaxpublic 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:
Booleantrue if geometry successfully translated.
See Also