Click or drag to resize
SoNodeKitPathGetNodeFromTail Method

Returns the i'th nodekit in the chain, counting backward from the tail nodekit.

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

Parameters

i
Type: SystemInt32

Return Value

Type: SoNode
Remarks

Passing 0 for i returns the tail nodekit.

See Also