SoSFRotationSetValue Method (Single, Single, Single, Single) |
Sets the field to the given quaternion (x, y, z, w).
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public void SetValue(
float q0,
float q1,
float q2,
float q3
)
Public Sub SetValue (
q0 As Single,
q1 As Single,
q2 As Single,
q3 As Single
)
public:
void SetValue(
float q0,
float q1,
float q2,
float q3
)
member SetValue :
q0 : float32 *
q1 : float32 *
q2 : float32 *
q3 : float32 -> unit
Parameters
- q0
- Type: SystemSingle
- q1
- Type: SystemSingle
- q2
- Type: SystemSingle
- q3
- Type: SystemSingle
Remarks See Also