SoTransformCombineLeft Method |
Convenience function that combines the effects of another transformation node into the current transformation stored in this node.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void CombineLeft(
SoTransformation nodeOnLeft
)
Public Sub CombineLeft (
nodeOnLeft As SoTransformation
)
public:
void CombineLeft(
SoTransformation^ nodeOnLeft
)
member CombineLeft :
nodeOnLeft : SoTransformation -> unit
Parameters
- nodeOnLeft
- Type: OIV.Inventor.NodesSoTransformation
Remarks This method premultiplies the transformation.
See Also