Migrator - basic support for migrating attributes ifc4 -> ifc4x3

And added one of the IfcProperty renamed attribute as an example
This commit is contained in:
Andrej730
2024-01-15 17:07:51 +05:00
parent 3037795199
commit 8728fa38b9
2 changed files with 73 additions and 32 deletions
@@ -0,0 +1,23 @@
{
"IfcPropertyBoundedValue": {
"Specification": "Description"
},
"IfcPropertyEnumeratedValue": {
"Specification": "Description"
},
"IfcPropertyListValue": {
"Specification": "Description"
},
"IfcPropertyReferenceValue": {
"Specification": "Description"
},
"IfcPropertyTableValue": {
"Specification": "Description"
},
"IfcPropertySingleValue": {
"Specification": "Description"
},
"IfcComplexProperty": {
"Specification": "Description"
}
}