mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +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"))
|
||||
elif type_class == "IfcDoorType":
|
||||
templates.append(("DOOR", "Door", "Parametric door"))
|
||||
elif type_class in ("IfcStairType", "IfcStairFlightType"):
|
||||
templates.append(("STAIR", "Stair", "Parametric stair"))
|
||||
elif type_class == "IfcRailingType":
|
||||
templates.append(("RAILING", "Railing", "Parametric railing"))
|
||||
elif type_class == "IfcRoofType":
|
||||
|
||||
Reference in New Issue
Block a user