Fix #7186. Support upgrading IFC2X3 IfcExtendedMaterialProperties to IFC4

This commit is contained in:
Dion Moult
2025-10-05 18:44:14 +11:00
parent 1b2fa4f994
commit a016f6e5c8
3 changed files with 19 additions and 1 deletions
@@ -173,7 +173,7 @@
"Identification": "ItemReference"
},
"IfcMaterialProperties": {
"Name": "Material"
"Properties": "ExtendedProperties"
},
"IfcBlobTexture": {
"Mode": "TextureType",
@@ -5,4 +5,5 @@
, "IfcAnnotationSurfaceOccurrence": "IfcStyledItem"
, "IfcAnnotationSymbolOccurrence": "IfcStyledItem"
, "IfcAnnotationTextOccurrence": "IfcStyledItem"
, "IfcExtendedMaterialProperties": "IfcMaterialProperties"
}