mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
Fix bug where filtering did not work for indirectly spatially contained elements
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user