Door.traverse_branch
- Door.traverse_branch(recursive=True)
Traverse the spatial branch of this element.
- Parameters:
- recursivebool, optional
Whether to traverse up and down the tree recursively, by default True
- Yields:
compas_ifc.entities.ObjectDefinition
The ancestors, self, and children of this element.