mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
Make parametric doors/windows available for ifc2x3
This commit is contained in:
@@ -170,9 +170,9 @@ class AuthoringData:
|
||||
]
|
||||
if not type_class:
|
||||
pass
|
||||
elif type_class == "IfcWindowType":
|
||||
elif type_class in ("IfcWindowType", "IfcWindowStyle"):
|
||||
templates.append(("WINDOW", "Window", "Parametric window"))
|
||||
elif type_class == "IfcDoorType":
|
||||
elif type_class in ("IfcDoorType", "IfcDoorStyle"):
|
||||
templates.append(("DOOR", "Door", "Parametric door"))
|
||||
elif type_class in ("IfcStairType", "IfcStairFlightType"):
|
||||
templates.append(("STAIR", "Stair", "Parametric stair"))
|
||||
|
||||
Reference in New Issue
Block a user