SoMFRotationSet1Value Method (Int32, Single, Single, Single, Single) |
Sets the index 'th value to the given quaternion (x, y, z, w).
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void Set1Value(
int index,
float q0,
float q1,
float q2,
float q3
)
Public Sub Set1Value (
index As Integer,
q0 As Single,
q1 As Single,
q2 As Single,
q3 As Single
)
public:
void Set1Value(
int index,
float q0,
float q1,
float q2,
float q3
)
member Set1Value :
index : int *
q0 : float32 *
q1 : float32 *
q2 : float32 *
q3 : float32 -> unit
Parameters
- index
- Type: SystemInt32
- q0
- Type: SystemSingle
- q1
- Type: SystemSingle
- q2
- Type: SystemSingle
- q3
- Type: SystemSingle
Remarks See Also