See #1676. Deleting space boundaries now also removes connection geometry.

This commit is contained in:
Dion Moult
2023-05-02 22:14:38 +10:00
parent 5d86d38a14
commit 04e5f5036c
5 changed files with 91 additions and 2 deletions
@@ -37,7 +37,7 @@ class Usecase:
axis_1 = ifcopenshell.api.run("grid.create_grid_axis", model,
axis_tag="1", uvw_axes="VAxes", grid=grid)
# Let's create a third so we can remvoe it later
# Let's create a third so we can remove it later
axis_2 = ifcopenshell.api.run("grid.create_grid_axis", model,
axis_tag="2", uvw_axes="VAxes", grid=grid)