SoPathAppend Method |
Name | Description | |
---|---|---|
Append(Int32) | Adds node to end of chain; the node is the childIndex'th child of the current tail node. | |
Append(SoNode) | Adds node to end of chain; uses the first occurrence of childNode as child of current tail node. | |
Append(SoPath) | Adds all nodes in fromPath's chain to end of chain; the head node of fromPath must be the same as or a child of the current tail node. |