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: 2023.1.3.0 (2023.1.3)
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