You can now append object types from an IFC project library to your active project

This commit is contained in:
Dion Moult
2021-04-21 16:45:11 +10:00
parent e7b153cbf6
commit 5e815e7832
5 changed files with 50 additions and 11 deletions
@@ -23,6 +23,6 @@ class Usecase:
)
elif self.settings["cost_item"]:
ifcopenshell.api.run(
"nest.assign_object", self.file, object=cost_item, relating_object=self.settings["cost_item"]
"nest.assign_object", self.file, related_object=cost_item, relating_object=self.settings["cost_item"]
)
return cost_item