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: 10.12.3.0 (10.12.3.0)
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