Click or drag to resize
SoMFRotationSetValues Method (Int32, SbRotationd)

Sets values starting at index start to the values in the specified array of double precision rotations.

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetValues(
	int start,
	SbRotationd[] rd
)

Parameters

start
Type: SystemInt32
rd
Type: OIV.InventorSbRotationd
Remarks

The array will automatically be made larger to accommodate the new values, if necessary. Note that Open Inventor fields still store only single precision values, not double precision values. The specified values are converted to single precision, then stored.

See Also