Add undefined IFC type data - this is special to freecad and not part of the IFC spec

This commit is contained in:
Dion Moult
2019-08-20 07:08:35 +10:00
committed by Bernd Hahnebach
parent ad4f4f071e
commit ada37401b4
2 changed files with 14 additions and 2 deletions

View File

@@ -4007,5 +4007,11 @@
}
],
"complex_attributes": []
},
"IfcUndefined": {
"is_abstract": false,
"parent": "IfcObject",
"attributes": [],
"complex_attributes": []
}
}
}

View File

@@ -13265,5 +13265,11 @@
"type": "IfcProductRepresentation"
}
]
},
"IfcUndefined": {
"is_abstract": false,
"parent": "IfcObject",
"attributes": [],
"complex_attributes": []
}
}
}