SoSFRotationSetValue Method (Single) |
Sets the field 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 SetValue(
float[] q
)
Public Sub SetValue (
q As Single()
)
public:
void SetValue(
array<float>^ q
)
member SetValue :
q : float32[] -> unit
Parameters
- q
- Type: SystemSingle
Remarks See Also