Click or drag to resize
SoPathGetInstanceIndexFromTail Method

Returns the index of the i'th node instance (within its parent, if it is a OIV.Inventor.Nodes.SoMultipleInstance, OIV.Inventor.Nodes.SoMultipleCopy or OIV.Inventor.Nodes.SoArray group in the chain, counting backward from the tail node.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public int GetInstanceIndexFromTail(
	int i
)

Parameters

i
Type: SystemInt32

Return Value

Type: Int32
Remarks

Passing 0 for i returns the instance index of the tail node.

See Also