mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 18:16:40 +00:00
Fix bug where you could not assign a related window or door type.
This commit is contained in:
@@ -89,6 +89,9 @@
|
||||
"IfcDistributionChamberElement": [
|
||||
"IFCDISTRIBUTIONCHAMBERELEMENTTYPE"
|
||||
],
|
||||
"IfcDoor": [
|
||||
"IFCDOORTYPE"
|
||||
],
|
||||
"IfcDuctFitting": [
|
||||
"IFCDUCTFITTINGTYPE"
|
||||
],
|
||||
@@ -302,12 +305,18 @@
|
||||
"IfcWasteTerminal": [
|
||||
"IFCWASTETERMINALTYPE"
|
||||
],
|
||||
"IfcWindow": [
|
||||
"IFCWINDOWTYPE"
|
||||
],
|
||||
"IfcBeamStandardCase": [
|
||||
"IFCBEAMTYPE"
|
||||
],
|
||||
"IfcColumnStandardCase": [
|
||||
"IFCCOLUMNTYPE"
|
||||
],
|
||||
"IfcDoorStandardCase": [
|
||||
"IFCDOORTYPE"
|
||||
],
|
||||
"IfcMemberStandardCase": [
|
||||
"IFCMEMBERTYPE"
|
||||
],
|
||||
@@ -325,5 +334,8 @@
|
||||
],
|
||||
"IfcWallStandardCase": [
|
||||
"IFCWALLTYPE"
|
||||
],
|
||||
"IfcWindowStandardCase": [
|
||||
"IFCWINDOWTYPE"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user