Fixed model reference

This commit is contained in:
taylor
2023-10-05 20:12:06 +13:00
parent 74ca102f6a
commit c88b3a3ad8
@@ -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 = {