Click or drag to resize
SoSFRotationSetValue Method (SbRotationd)

Convenience method that allows you to specify a field value using a double precision variable.

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax
public void SetValue(
	SbRotationd rotd
)

Parameters

rotd
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