mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-16 13:46:54 +00:00
Fix parametric stairs not appearing in the type manager templates
This commit is contained in:
@@ -172,6 +172,8 @@ class AuthoringData:
|
|||||||
templates.append(("WINDOW", "Window", "Parametric window"))
|
templates.append(("WINDOW", "Window", "Parametric window"))
|
||||||
elif type_class == "IfcDoorType":
|
elif type_class == "IfcDoorType":
|
||||||
templates.append(("DOOR", "Door", "Parametric door"))
|
templates.append(("DOOR", "Door", "Parametric door"))
|
||||||
|
elif type_class in ("IfcStairType", "IfcStairFlightType"):
|
||||||
|
templates.append(("STAIR", "Stair", "Parametric stair"))
|
||||||
elif type_class == "IfcRailingType":
|
elif type_class == "IfcRailingType":
|
||||||
templates.append(("RAILING", "Railing", "Parametric railing"))
|
templates.append(("RAILING", "Railing", "Parametric railing"))
|
||||||
elif type_class == "IfcRoofType":
|
elif type_class == "IfcRoofType":
|
||||||
|
|||||||
Reference in New Issue
Block a user