Click or drag to resize
SoTransformMultLeft Method

Convenience function that combines the effects of a matrix transformation into the current transformation stored in this node.

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

Parameters

mat
Type: OIV.InventorSbMatrix
Remarks

This method premultiplies the transformation.

See Also