improvements in exportDRAWEXE

fix Draft._clone output
export Shape2DViews
export Part::MultiFuse with single boolean operation like done in c2ce8f5eba
make DRAWEXE ouput more readable
* omit unessary parameters of spheres, cylinders, cones and tori
* denormalize the rotation axis in placements
* use the extension .tcl for the output
This commit is contained in:
Sebastian Hoogen
2015-03-12 01:27:47 +01:00
committed by wmayer
parent 16c1dbd25d
commit 1846087723
2 changed files with 120 additions and 13 deletions

View File

@@ -26,5 +26,5 @@
#***************************************************************************/
import FreeCAD
FreeCAD.addExportType("DRAWEXE source (*.draw)","exportDRAWEXE")
FreeCAD.addExportType("DRAWEXE script (*.tcl)","exportDRAWEXE")