Click or drag to resize
SoPathFindFork Method

If the two paths have different head nodes, this returns -1.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public int FindFork(
	SoPath path
)

Parameters

path
Type: OIV.InventorSoPath

Return Value

Type: Int32
Remarks

Otherwise, it returns the path chain index of the last node (starting at the head) that is the same for both paths.

See Also