Add DXF export of Drawing module to export command

This commit is contained in:
wmayer
2012-11-30 16:42:30 +01:00
parent a72d95472e
commit 565a2f014e
2 changed files with 59 additions and 16 deletions

View File

@@ -116,4 +116,4 @@ Gui.addWorkbench(DrawingWorkbench())
# Append the open handler
FreeCAD.addImportType("Drawing (*.svg *.svgz)","DrawingGui")
FreeCAD.addExportType("Drawing (*.svg *.svgz)","DrawingGui")
FreeCAD.addExportType("Drawing (*.svg *.svgz *.dxf)","DrawingGui")