From 88093728a795f1da2b55fdd6740b9453a7f80071 Mon Sep 17 00:00:00 2001 From: CyrilWaechter Date: Fri, 25 Nov 2022 15:55:32 +0100 Subject: [PATCH] Add IfcSpatialElementType to assignable classes Required for IFC4+ to assign IfcSpaceType and IfcSpatialZoneType Solves #2615 --- src/blenderbim/blenderbim/bim/module/root/data.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/blenderbim/blenderbim/bim/module/root/data.py b/src/blenderbim/blenderbim/bim/module/root/data.py index 560a420eee..60e5751958 100644 --- a/src/blenderbim/blenderbim/bim/module/root/data.py +++ b/src/blenderbim/blenderbim/bim/module/root/data.py @@ -51,6 +51,7 @@ class IfcClassData: "IfcElement", "IfcElementType", "IfcSpatialElement", + "IfcSpatialElementType", "IfcGroup", "IfcStructuralItem", "IfcContext",