TreeNode.add
- TreeNode.add(node)[source]
Add a child node to this node.
- Parameters:
- node
compas.datastructures.TreeNode
The node to add.
- node
- Returns:
- None
- Raises:
- TypeError
If the node is not a
compas.datastructures.TreeNode
object.
Site Navigation
Add a child node to this node.
compas.datastructures.TreeNode
The node to add.
If the node is not a compas.datastructures.TreeNode
object.