Click or drag to resize
SoMFRotationSet1Value Method (Int32, Single, Single, Single, Single)

Sets the index 'th value to the given quaternion (x, y, z, w).

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void Set1Value(
	int index,
	float q0,
	float q1,
	float q2,
	float q3
)

Parameters

index
Type: SystemInt32
q0
Type: SystemSingle
q1
Type: SystemSingle
q2
Type: SystemSingle
q3
Type: SystemSingle
Remarks

See Also