ElementNode.add
- ElementNode.add(node)
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.
Add a child node to this node.
compas.datastructures.TreeNode
The node to add.
If the node is not a compas.datastructures.TreeNode
object.