SoVRMLTransformCombineRight Method |
Same as multRight() 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 CombineRight(
SoVRMLTransform nodeOnRight
)
Public Sub CombineRight (
nodeOnRight As SoVRMLTransform
)
public:
void CombineRight(
SoVRMLTransform^ nodeOnRight
)
member CombineRight :
nodeOnRight : SoVRMLTransform -> unit
Parameters
- nodeOnRight
- Type: OIV.Inventor.VRMLnodesSoVRMLTransform
Remarks
See Also