mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-09 21:53:40 +00:00
Fixed model reference
This commit is contained in:
@@ -61,7 +61,7 @@ class Usecase:
|
|||||||
wall = ifcopenshell.api.run("root.create_entity", model, ifc_class="IfcWall")
|
wall = ifcopenshell.api.run("root.create_entity", model, ifc_class="IfcWall")
|
||||||
|
|
||||||
# Let's construct that wall!
|
# 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.file = file
|
||||||
self.settings = {
|
self.settings = {
|
||||||
|
|||||||
Reference in New Issue
Block a user