M_Rhino_Geometry_Sphere_Translate - mcneel/rhinocommon-api-docs GitHub Wiki

Sphere.Translate Method

Moves this sphere along a motion vector.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public bool Translate(
	Vector3d delta
)

VB

Public Function Translate ( 
	delta As Vector3d
) As Boolean

Parameters

 

delta
Type: Rhino.Geometry.Vector3d
Motion vector.

Return Value

Type: Boolean
true on success; false on failure.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Sphere Structure
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️