Fix #2092. Fix bug where door and window styles were excluded from authoring options.

This commit is contained in:
Dion Moult
2022-03-17 09:49:55 +11:00
parent b39a0d1a7c
commit a53fd97e5a
8 changed files with 50 additions and 48 deletions
@@ -90,7 +90,8 @@
"IfcDistributionChamberElementType"
],
"IfcDoor": [
"IfcDoorType"
"IfcDoorType",
"IfcDoorStyle"
],
"IfcDuctFitting": [
"IfcDuctFittingType"
@@ -306,7 +307,8 @@
"IfcWasteTerminalType"
],
"IfcWindow": [
"IfcWindowType"
"IfcWindowType",
"IfcWindowStyle"
],
"IfcBeamStandardCase": [
"IfcBeamType"