Click or drag to resize
SoTransformCombineLeft Method

Convenience function that combines the effects of another transformation node 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 CombineLeft(
	SoTransformation nodeOnLeft
)

Parameters

nodeOnLeft
Type: OIV.Inventor.NodesSoTransformation
Remarks

This method premultiplies the transformation.

See Also