mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
Fix #2092. Fix bug where door and window styles were excluded from authoring options.
This commit is contained in:
@@ -90,7 +90,8 @@
|
||||
"IfcDistributionChamberElementType"
|
||||
],
|
||||
"IfcDoor": [
|
||||
"IfcDoorType"
|
||||
"IfcDoorType",
|
||||
"IfcDoorStyle"
|
||||
],
|
||||
"IfcDuctFitting": [
|
||||
"IfcDuctFittingType"
|
||||
@@ -306,7 +307,8 @@
|
||||
"IfcWasteTerminalType"
|
||||
],
|
||||
"IfcWindow": [
|
||||
"IfcWindowType"
|
||||
"IfcWindowType",
|
||||
"IfcWindowStyle"
|
||||
],
|
||||
"IfcBeamStandardCase": [
|
||||
"IfcBeamType"
|
||||
|
||||
Reference in New Issue
Block a user