mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 02:07:36 +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": [
|
"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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user