Click or drag to resize
SoPickedPointGetDetail Method (SoNode)

Returns the detail that corresponds to the specified node in the path returned by OIV.Inventor.SoPickedPoint.GetPath().

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

Parameters

node
Type: OIV.Inventor.NodesSoNode

Return Value

Type: SoDetail
Remarks

If the node is null, the detail corresponding to the tail of the pick path is returned.

Caution: If there is no detail class associated with the node, null is returned.

See Also