Fix bunch of bugs related to grid name syncing, axis deleting, copy axes and grid deletion

This commit is contained in:
Dion Moult
2021-05-14 20:19:30 +10:00
parent 13c642c6ab
commit 41443d1a64
9 changed files with 55 additions and 8 deletions
@@ -11,6 +11,8 @@ class Usecase:
self.settings[key] = value
def execute(self):
if not hasattr(self.settings["element"], "OwnerHistory"):
return
self.settings["person"] = ifcopenshell.api.owner.settings.get_person(self.file)
self.settings["organisation"] = ifcopenshell.api.owner.settings.get_organisation(self.file)
if not self.settings["element"].OwnerHistory: