SoVRMLTransformCombineLeft Method |
Same as multLeft() except that the transformation to multiply into this node comes from another transformation node.
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void CombineLeft(
SoVRMLTransform nodeOnLeft
)
Public Sub CombineLeft (
nodeOnLeft As SoVRMLTransform
)
public:
void CombineLeft(
SoVRMLTransform^ nodeOnLeft
)
member CombineLeft :
nodeOnLeft : SoVRMLTransform -> unit
Parameters
- nodeOnLeft
- Type: OIV.Inventor.VRMLnodesSoVRMLTransform
Remarks
See Also