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: 2024.1.1.0 (2024.1.1)
Syntax
public SoNode GetTail()

Return Value

Type: SoNode
Remarks

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

See Also