Merge branch 'main' of http://gitea.schoenenberger.de/mistangl/kabellaengen
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user