Click or drag to resize
SoPathAppend Method (SoNode)

Adds node to end of chain; uses the first occurrence of childNode as child of current tail node.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void Append(
	SoNode childNode
)

Parameters

childNode
Type: OIV.Inventor.NodesSoNode
Remarks

If the path is empty, this is equivalent to setHead(childNode) .

See Also