SoMFRotationSet1Value Method (Int32, 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[] q
)
Public Sub Set1Value (
index As Integer,
q As Single()
)
public:
void Set1Value(
int index,
array<float>^ q
)
member Set1Value :
index : int *
q : float32[] -> unit
Parameters
- index
- Type: SystemInt32
- q
- Type: SystemSingle
Remarks See Also