| SoPickedPointGetObjectToWorld Method (SoNode) | 
Returns the transformation matrix between the object space and world space corresponding to the given node in the path. 
 
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic SbMatrix GetObjectToWorld(
	SoNode node
)
Public Function GetObjectToWorld ( 
	node As SoNode
) As SbMatrix
public:
SbMatrix GetObjectToWorld(
	SoNode^ node
)
member GetObjectToWorld : 
        node : SoNode -> SbMatrix 
Parameters
- node
 - Type: OIV.Inventor.NodesSoNode
 
Return Value
Type: 
SbMatrix
RemarksIf the node is NULL, the matrix corresponding to the tail of the (full) path is returned. 
See Also