From a52e3615d6579463e755fd94455fb2af76d7e76c Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Tue, 14 Jan 2025 16:15:16 +0500 Subject: [PATCH] Map ifc2x3 IfcAnnotationOccurrence to IfcStyledItems in ifc4 #5917 --- .../ifcopenshell/util/class_2x3_to_4.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/ifcopenshell-python/ifcopenshell/util/class_2x3_to_4.json b/src/ifcopenshell-python/ifcopenshell/util/class_2x3_to_4.json index a25456701d..e3b6cba1df 100644 --- a/src/ifcopenshell-python/ifcopenshell/util/class_2x3_to_4.json +++ b/src/ifcopenshell-python/ifcopenshell/util/class_2x3_to_4.json @@ -1,3 +1,8 @@ { "IfcElectricDistributionPoint": "IfcElectricDistributionBoard" + , "IfcAnnotationCurveOccurrence": "IfcStyledItem" + , "IfcAnnotationFillAreaOccurrence": "IfcStyledItem" + , "IfcAnnotationSurfaceOccurrence": "IfcStyledItem" + , "IfcAnnotationSymbolOccurrence": "IfcStyledItem" + , "IfcAnnotationTextOccurrence": "IfcStyledItem" }