mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 18:21:59 +00:00
Fix roof tooltip in templates
This commit is contained in:
@@ -179,7 +179,7 @@ class AuthoringData:
|
|||||||
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":
|
||||||
templates.append(("Roof", "Window", "Parametric window"))
|
templates.append(("Roof", "Roof", "Parametric roof"))
|
||||||
|
|
||||||
templates.extend(
|
templates.extend(
|
||||||
(
|
(
|
||||||
|
|||||||
Reference in New Issue
Block a user