Sphere.Translate Method

SphereTranslate Method

Moves this sphere along a motion vector.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool Translate(
	Vector3d delta
)
Public Function Translate ( 
	delta As Vector3d
) As Boolean

Parameters

delta
Type: Rhino.GeometryVector3d
Motion vector.

Return Value

Type: Boolean
true on success; false on failure.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also