mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
You can now append object types from an IFC project library to your active project
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user