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:
committed by
Yorik van Havre
parent
0a51595fe2
commit
c860ccaf05
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user