M_Rhino_Geometry_Plane_Translate - mcneel/rhinocommon-api-docs GitHub Wiki

Plane.Translate Method

Translate (move) the plane along a 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
Translation (motion) vector.

Return Value

Type: Boolean
true on success, false on failure.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Plane Structure
Rhino.Geometry Namespace

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