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