From 075a0c79e295f5922d7ab4cc6ad98a79be883c44 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Wed, 24 Jul 2024 17:47:58 +0500 Subject: [PATCH] migrator - consider IfcClassification renamed property --- .../ifcopenshell/util/attribute_4x3_to_4.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ifcopenshell-python/ifcopenshell/util/attribute_4x3_to_4.json b/src/ifcopenshell-python/ifcopenshell/util/attribute_4x3_to_4.json index 8511849371..9c6bfea508 100644 --- a/src/ifcopenshell-python/ifcopenshell/util/attribute_4x3_to_4.json +++ b/src/ifcopenshell-python/ifcopenshell/util/attribute_4x3_to_4.json @@ -1,4 +1,7 @@ { + "IfcClassification": { + "Specification": "Location" + }, "IfcPropertyBoundedValue": { "Specification": "Description" },