Building.traverse
- Building.traverse(recursive=True)
Traverse children of this element.
- Parameters:
- recursivebool, optional
Whether to traverse down the tree recursively, by default True
- Yields:
compas_ifc.entities.ObjectDefinition
The children of this element.