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