Fixed model reference

This commit is contained in:
taylor
2023-10-05 20:12:06 +13:00
committed by Thomas Krijnen
parent 3c02da416e
commit ef56c6ce7e
@@ -61,7 +61,7 @@ class Usecase:
wall = ifcopenshell.api.run("root.create_entity", model, ifc_class="IfcWall")
# Let's construct that wall!
ifcopenshell.api.run("sequence.assign_product", relating_product=wall, related_object=task)
ifcopenshell.api.run("sequence.assign_product", model, relating_product=wall, related_object=task)
"""
self.file = file
self.settings = {