Click or drag to resize
SoMFRotationSetValue Method (SbRotationd)

Sets the first value in the array to newValue , a double precision rotation, and deletes the second and subsequent values.

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void SetValue(
	SbRotationd rd
)

Parameters

rd
Type: OIV.InventorSbRotationd
Remarks

Note that Open Inventor fields still store only single precision values, not double precision values. The specified value is converted to single precision, then stored.

See Also