From 3ce010de77b1ea88386da6984a697d5ab07efdcd Mon Sep 17 00:00:00 2001 From: Ryan Schultz Date: Thu, 22 Dec 2022 08:54:26 -0600 Subject: [PATCH] added IfcCivilElement to entity_to_type_map_4.json --- .../ifcopenshell/util/entity_to_type_map_4.json | 3 +++ 1 file changed, 3 insertions(+) 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 b719ad79b4..bb55c4286c 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 @@ -50,6 +50,9 @@ "IfcChimney": [ "IfcChimneyType" ], + "IfcCivilElement": [ + "IfcCivilElementType" + ], "IfcCoil": [ "IfcCoilType" ],