See #1676. You can now duplicate space boundaries.

This commit is contained in:
Dion Moult
2023-05-03 20:37:59 +10:00
parent 41e88636ff
commit c615f7469a
12 changed files with 137 additions and 15 deletions
@@ -38,7 +38,7 @@ class Usecase:
boundary = ifcopenshell.api.run("root.create_entity", model, ifc_class="IfcRelSpaceBoundary")
# Let's remove it!
ifcopenshell.api.run("grid.remove_grid_axis", model, axis=axis_2)
ifcopenshell.api.run("boundary.remove_boundary", model, boundary=boundary)
"""
self.file = file
self.settings = {"boundary": boundary}