Help with slicing 3D objects to SVG vector graphic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am working on a DLP based 3D printer. I would like to slice my 3D drawing in AutoCAD (.dwg file) into multiple layers and save it as SVG. This method would avoid lossy export to STL file followed by complex slicing. In my opinion, complex slicing and tool path generation is not needed for DLP based printing.
Is there any way to build a script in AutoCAD that would slice the 3D object along a plane (x, y, or z) and save it as a SVG file?
It is my understanidng that SVG is based on vectors and polygons. Thus, would it be possible to easily convert an AutoCAD drawing to SVG? I came accross a post that uses VBA scripting in Autodesk Inventor to slice a 3D drawing to SVG. He posted the script (attached) and a YouTube video of the slicer. Based on this it seems it should be possible to do it in AutoCAD with LISP.
I am still still new to AutoCAD and don't know much about LISP programming. Would anyone be able to help me write a script in AutoCAD for slicing the 3D objects to SVG? I would really aprpeicate it.