ElementNode.add

ElementNode.add(node)

Add a child node to this node.

Parameters:
nodecompas.datastructures.TreeNode

The node to add.

Returns:
None
Raises:
TypeError

If the node is not a compas.datastructures.TreeNode object.