mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 06:39:13 +00:00
@@ -50,7 +50,7 @@ class SheetBuilder:
|
|||||||
|
|
||||||
sheet_dir = os.path.dirname(layout_path)
|
sheet_dir = os.path.dirname(layout_path)
|
||||||
ootb_titleblock_path = tool.Blender.get_data_dir_path(
|
ootb_titleblock_path = tool.Blender.get_data_dir_path(
|
||||||
Path("templates") / "titleblock" / (titleblock_name + ".svg")
|
Path("templates") / "titleblocks" / (titleblock_name + ".svg")
|
||||||
)
|
)
|
||||||
titleblock_path = tool.Ifc.resolve_uri(tool.Drawing.get_default_titleblock_path(titleblock_name))
|
titleblock_path = tool.Ifc.resolve_uri(tool.Drawing.get_default_titleblock_path(titleblock_name))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user