M_Rhino_Geometry_Quaternion_GetRotation - mcneel/rhinocommon-api-docs GitHub Wiki

Quaternion.GetRotation Method (Plane)

Returns the frame created by applying the quaternion's rotation to the canonical world frame (1,0,0),(0,1,0),(0,0,1).

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

Syntax

C#

public bool GetRotation(
	out Plane plane
)

VB

Public Function GetRotation ( 
	<OutAttribute> ByRef plane As Plane
) As Boolean

Parameters

 

plane
Type: Rhino.Geometry.Plane
A plane. This out value will be assigned during this call.

Return Value

Type: Boolean
true if the operation succeeded; otherwise, false.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Quaternion Structure
GetRotation Overload
Rhino.Geometry Namespace

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