Click or drag to resize
SbRotationGetValue Method (Single, Single, Single, Single)
Gets 4 individual components of rotation quaternion.

Namespace: OIV.Inventor
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 10.3.0.0.Release.e0557e69f65c2f4b712d9d57d8855c64671533f0
Syntax
public void GetValue(
	out float q0,
	out float q1,
	out float q2,
	out float q3
)

Parameters

q0
Type: SystemSingle
q1
Type: SystemSingle
q2
Type: SystemSingle
q3
Type: SystemSingle
See Also