Click or drag to resize
SoPickedPointGetObjectToImage Method (SoNode)

Returns the texture transformation matrix between the object space and image space corresponding to the given node in the path.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SbMatrix GetObjectToImage(
	SoNode node
)

Parameters

node
Type: OIV.Inventor.NodesSoNode

Return Value

Type: SbMatrix
Remarks

If the node is NULL, the matrix corresponding to the tail of the (full) path is returned.

See Also