mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
See #1676. Deleting space boundaries now also removes connection geometry.
This commit is contained in:
@@ -105,7 +105,7 @@ class Usecase:
|
||||
else:
|
||||
ifcopenshell.api.run("type.unassign_type", self.file, related_object=self.settings["product"])
|
||||
elif inverse.is_a("IfcRelSpaceBoundary"):
|
||||
self.file.remove(inverse)
|
||||
ifcopenshell.api.run("boundary.remove_boundary", self.file, boundary=inverse)
|
||||
elif inverse.is_a("IfcRelFillsElement"):
|
||||
self.file.remove(inverse)
|
||||
elif inverse.is_a("IfcRelVoidsElement"):
|
||||
|
||||
Reference in New Issue
Block a user