This commit is contained in:
2025-07-24 09:45:18 +02:00
6 changed files with 97956 additions and 51 deletions
+1
View File
@@ -83,6 +83,7 @@ def new_dxf(plines, out_path):
out_path (str): Der Pfad, unter dem die neue DXF-Datei gespeichert wird.
"""
doc = ezdxf.new('R2018', setup=True)
doc.header['$INSUNITS'] = 4 # Millimeter
draw_cables(plines, doc)
draw_sensors(plines, doc)
draw_subdists(plines, doc)