Fix #3466. Bug in upstream IFC where distribution elements and furnishing elements had no corresponding type and occurrence.

This commit is contained in:
Dion Moult
2023-07-30 16:59:25 +10:00
parent 794212c223
commit 360729738c
@@ -92,6 +92,9 @@
"IfcDistributionChamberElement": [
"IfcDistributionChamberElementType"
],
"IfcDistributionElement": [
"IfcDistributionElementType"
],
"IfcDoor": [
"IfcDoorType",
"IfcDoorStyle"
@@ -156,6 +159,9 @@
"IfcFooting": [
"IfcFootingType"
],
"IfcFurnishingElement": [
"IfcFurnishingElementType"
],
"IfcFurniture": [
"IfcFurnitureType"
],
@@ -345,4 +351,4 @@
"IfcWindowType",
"IfcWindowStyle"
]
}
}