Click or drag to resize
SoPickedPointGetObjectPoint Method (SoNode)

Returns the intersection point in the object 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 SbVec3f GetObjectPoint(
	SoNode node
)

Parameters

node
Type: OIV.Inventor.NodesSoNode

Return Value

Type: SbVec3f
Remarks

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

See Also