If the two paths have different head nodes, this returns -1.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public int FindFork(
SoPath path
)
Public Function FindFork (
path As SoPath
) As Integer
public:
int FindFork(
SoPath^ path
)
member FindFork :
path : SoPath -> int
Parameters
- path
- Type: OIV.InventorSoPath
Return Value
Type:
Int32Remarks Otherwise, it returns the path chain index of the last node (starting at the head) that is the same for both paths.
See Also