This commit is contained in:
Dion Moult
2024-06-01 20:30:32 +10:00
parent 00c13c5ea4
commit d8b74cf125
@@ -1057,6 +1057,8 @@ class Selector:
value = ifcopenshell.util.element.get_container(value, ifc_class="IfcBuilding")
elif key == "site":
value = ifcopenshell.util.element.get_container(value, ifc_class="IfcSite")
elif key == "parent":
element = ifcopenshell.util.element.get_parent(element)
elif key in ("types", "occurrences"):
value = ifcopenshell.util.element.get_types(value)
elif key == "count":