This commit is contained in:
Andrej730
2025-06-26 20:18:33 +05:00
parent 0b05c3bcfc
commit b3a708c06c
3 changed files with 6 additions and 3 deletions
@@ -320,7 +320,7 @@ class Usecase:
return prop
def add_new_properties(self) -> list[ifcopenshell.entity_instance]:
properties = []
properties: list[ifcopenshell.entity_instance] = []
for name, value in self.settings["properties"].items():
if value is None and self.settings["should_purge"]:
continue