Click or drag to resize
SoMFRotation.SetValue Method (Single, Single, Single, Single)

Makes this field have exactly one value, given by the quaternion (x, y, z, w).

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

Parameters

q0
Type: System.Single
q1
Type: System.Single
q2
Type: System.Single
q3
Type: System.Single
Remarks

See Also