Click or drag to resize
SoPathGetNode Method (Int32)

Returns the i'th node (within its parent) in the chain.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SoNode GetNode(
	int i
)

Parameters

i
Type: SystemInt32

Return Value

Type: SoNode
Remarks

Calling getNode(0) is equivalent to calling OIV.Inventor.SoPath.GetHead().

See Also