SoPickedPointGetWorldToObject Method (SoNode) |
Returns the transformation matrix between world space and the object space corresponding to the given node in the path.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SbMatrix GetWorldToObject(
SoNode node
)
Public Function GetWorldToObject (
node As SoNode
) As SbMatrix
public:
SbMatrix GetWorldToObject(
SoNode^ node
)
member GetWorldToObject :
node : SoNode -> SbMatrix
Parameters
- node
- Type: OIV.Inventor.NodesSoNode
Return Value
Type:
SbMatrixRemarks If the node is NULL, the matrix corresponding to the tail of the (full) path is returned.
See Also