From ab9a4856abf34ef5d1b89101c45c330b8cbee6a3 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Fri, 17 Feb 2023 16:48:41 +0500 Subject: [PATCH] Update entity-types mapping for ifc4 Added IfcWindowStyle and IfcDoorStyle for suitable StandartCases since StandartCases inherit from IfcDoor and IfcWindow. --- .../ifcopenshell/util/entity_to_type_map_4.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 bb55c4286c..12c7e8050a 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 @@ -320,7 +320,8 @@ "IfcColumnType" ], "IfcDoorStandardCase": [ - "IfcDoorType" + "IfcDoorType", + "IfcDoorStyle" ], "IfcMemberStandardCase": [ "IfcMemberType" @@ -341,6 +342,7 @@ "IfcWallType" ], "IfcWindowStandardCase": [ - "IfcWindowType" + "IfcWindowType", + "IfcWindowStyle" ] -} +} \ No newline at end of file