mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 02:02:22 +00:00
Fix roof tooltip in templates
This commit is contained in:
@@ -179,7 +179,7 @@ class AuthoringData:
|
||||
elif type_class == "IfcRailingType":
|
||||
templates.append(("RAILING", "Railing", "Parametric railing"))
|
||||
elif type_class == "IfcRoofType":
|
||||
templates.append(("Roof", "Window", "Parametric window"))
|
||||
templates.append(("Roof", "Roof", "Parametric roof"))
|
||||
|
||||
templates.extend(
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user