Click or drag to resize
SoMFMatrixSetValues Method (Int32, SbMatrixd)

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

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,
	SbMatrixd[] md
)

Parameters

start
Type: SystemInt32
md
Type: OIV.InventorSbMatrixd
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