Click or drag to resize
SoNodeKitPathGetTail Method

Return the last nodekit in a path chain.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public SoNode GetTail()

Return Value

Type: SoNode
Remarks

Note that getHead() is not redefined from SoPath, since an SoNodeKitPath need not begin with a nodekit; the restriction is placed only on successive nodes on the path.

See Also