From 360729738cc4f898d5c2450336a3cd6de3841755 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Sun, 30 Jul 2023 16:59:25 +1000 Subject: [PATCH] Fix #3466. Bug in upstream IFC where distribution elements and furnishing elements had no corresponding type and occurrence. --- .../ifcopenshell/util/entity_to_type_map_4.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/ifcopenshell-python/ifcopenshell/util/entity_to_type_map_4.json b/src/ifcopenshell-python/ifcopenshell/util/entity_to_type_map_4.json index 12c7e8050a..6627548e76 100644 --- a/src/ifcopenshell-python/ifcopenshell/util/entity_to_type_map_4.json +++ b/src/ifcopenshell-python/ifcopenshell/util/entity_to_type_map_4.json @@ -92,6 +92,9 @@ "IfcDistributionChamberElement": [ "IfcDistributionChamberElementType" ], + "IfcDistributionElement": [ + "IfcDistributionElementType" + ], "IfcDoor": [ "IfcDoorType", "IfcDoorStyle" @@ -156,6 +159,9 @@ "IfcFooting": [ "IfcFootingType" ], + "IfcFurnishingElement": [ + "IfcFurnishingElementType" + ], "IfcFurniture": [ "IfcFurnitureType" ], @@ -345,4 +351,4 @@ "IfcWindowType", "IfcWindowStyle" ] -} \ No newline at end of file +}