Click or drag to resize
SoSFRotationSetValue Method (Single, Single, Single, Single)

Sets the field to the given quaternion (x, y, z, w).

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void SetValue(
	float q0,
	float q1,
	float q2,
	float q3
)

Parameters

q0
Type: SystemSingle
q1
Type: SystemSingle
q2
Type: SystemSingle
q3
Type: SystemSingle
Remarks