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": [ "IfcDistributionChamberElement": [
"IfcDistributionChamberElementType" "IfcDistributionChamberElementType"
], ],
"IfcDistributionElement": [
"IfcDistributionElementType"
],
"IfcDoor": [ "IfcDoor": [
"IfcDoorType", "IfcDoorType",
"IfcDoorStyle" "IfcDoorStyle"
@@ -156,6 +159,9 @@
"IfcFooting": [ "IfcFooting": [
"IfcFootingType" "IfcFootingType"
], ],
"IfcFurnishingElement": [
"IfcFurnishingElementType"
],
"IfcFurniture": [ "IfcFurniture": [
"IfcFurnitureType" "IfcFurnitureType"
], ],
@@ -345,4 +351,4 @@
"IfcWindowType", "IfcWindowType",
"IfcWindowStyle" "IfcWindowStyle"
] ]
} }