Click or drag to resize
SoTransformSetMatrix Method

Sets the fields in the node to implement the transformation represented by the given matrix.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetMatrix(
	SbMatrix mat
)

Parameters

mat
Type: OIV.InventorSbMatrix
Remarks

Note that invalid matrices (such as singular ones) have undefined results.

See Also