M_Rhino_Geometry_Quaternion_GetRotation - mcneel/rhinocommon-api-docs GitHub Wiki
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
C#
public bool GetRotation(
out Plane plane
)
VB
Public Function GetRotation (
<OutAttribute> ByRef plane As Plane
) As Boolean
- plane
- Type: Rhino.Geometry.Plane
A plane. This out value will be assigned during this call.
Type: Boolean
true if the operation succeeded; otherwise, false.
Supported in: 6.0.16224.21491, 5D58w
Quaternion Structure
GetRotation Overload
Rhino.Geometry Namespace