Add undefined IFC type data - this is special to freecad and not part of the IFC spec
This commit is contained in:
committed by
Bernd Hahnebach
parent
ad4f4f071e
commit
ada37401b4
@@ -4007,5 +4007,11 @@
|
||||
}
|
||||
],
|
||||
"complex_attributes": []
|
||||
},
|
||||
"IfcUndefined": {
|
||||
"is_abstract": false,
|
||||
"parent": "IfcObject",
|
||||
"attributes": [],
|
||||
"complex_attributes": []
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13265,5 +13265,11 @@
|
||||
"type": "IfcProductRepresentation"
|
||||
}
|
||||
]
|
||||
},
|
||||
"IfcUndefined": {
|
||||
"is_abstract": false,
|
||||
"parent": "IfcObject",
|
||||
"attributes": [],
|
||||
"complex_attributes": []
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user