Proof of Concept for an exporter to DRAWEXE commands

support for  MultiCommon and Part::MultiFuse
support Torus and Mirroring
added angle properties to sphere, cone and torus
reduce multi booleans starting from the beginning
save shapes without placement
save floats with higher precsion
shorten numbers
non-uniform scaling
support Part::Prism
This commit is contained in:
Sebastian Hoogen
2014-02-22 01:35:59 +01:00
committed by Yorik van Havre
parent 0a51595fe2
commit c860ccaf05
2 changed files with 199 additions and 0 deletions

View File

@@ -34,4 +34,5 @@ if openscadbin:
FreeCAD.addImportType("OpenSCAD Format (*.scad)","importCSG")
FreeCAD.addExportType("OpenSCAD CSG Format (*.csg)","exportCSG")
FreeCAD.addExportType("OpenSCAD Format (*.scad)","exportCSG")
FreeCAD.addExportType("DRAWEXE source (*.draw)","exportDRAWEXE")