Fix bug where filtering did not work for indirectly spatially contained elements

This commit is contained in:
Dion Moult
2021-09-13 09:12:51 +10:00
parent 2a07f7082a
commit 8aa790c1c1
3 changed files with 12 additions and 1 deletions
@@ -3,7 +3,7 @@ import test.bootstrap
import ifcopenshell.api
class TestEditStyleColours(test.bootstrap.IFC4):
class TestEditSurfaceStyle(test.bootstrap.IFC4):
def test_editing_a_shading_style(self):
colour = self.file.createIfcColourRgb(None, 0, 0, 0)
style = self.file.createIfcSurfaceStyleShading(colour)