SoPathAppend Method (SoNode) |
Adds node to end of chain; uses the first occurrence of childNode as child of current tail node.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void Append(
SoNode childNode
)
Public Sub Append (
childNode As SoNode
)
public:
void Append(
SoNode^ childNode
)
member Append :
childNode : SoNode -> unit
Parameters
- childNode
- Type: OIV.Inventor.NodesSoNode
Remarks If the path is empty, this is equivalent to setHead(childNode) .
See Also