mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
Fix #3466. Bug in upstream IFC where distribution elements and furnishing elements had no corresponding type and occurrence.
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user