From 1f938c7f1a063bd36701f6a79e0e1a95d80f7787 Mon Sep 17 00:00:00 2001 From: Laurens Oostwegel Date: Thu, 19 Nov 2020 09:09:02 +0100 Subject: [PATCH] Deleted IfcWall duplicate in defaut styles --- src/ifcopenshell-python/ifcopenshell/geom/occ_utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ifcopenshell-python/ifcopenshell/geom/occ_utils.py b/src/ifcopenshell-python/ifcopenshell/geom/occ_utils.py index 3f6ac7c6b7..81e744cec4 100644 --- a/src/ifcopenshell-python/ifcopenshell/geom/occ_utils.py +++ b/src/ifcopenshell-python/ifcopenshell/geom/occ_utils.py @@ -47,7 +47,6 @@ handle, main_loop, add_menu, add_function_to_menu = None, None, None, None DEFAULT_STYLES = { "DEFAULT": (0.7, 0.7, 0.7), - "IfcWall": (0.8, 0.8, 0.8), "IfcSite": (0.75, 0.8, 0.65), "IfcSlab": (0.4, 0.4, 0.4), "IfcWallStandardCase": (0.9, 0.9, 0.9),