SoPickedPointGetImageToObject Method (SoNode) |
Returns the texture transformation matrix between image 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 GetImageToObject(
SoNode node
)
Public Function GetImageToObject (
node As SoNode
) As SbMatrix
public:
SbMatrix GetImageToObject(
SoNode^ node
)
member GetImageToObject :
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