Click or drag to resize
SoMFMatrixSetValue Method (SbMatrixd)

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

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetValue(
	SbMatrixd md
)

Parameters

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