OpenCutList 6.0 Ideas : Export Parts to DXF, SVG, STL and OBJ?

Thank you very much @mpoole32 for your detailed feedbacks !

The main goal of this feature is to export a useful DXF file for CNC owners with the minimal of click. But not to create G-Code directly in SketchUp. Because target user of OpenCutList is larger.

I don’t want to go to Simple DXF approach that consists of editing the model in SketchUp to integrate DXF meta data.

Currently, my code analyzes the geometry and export a 2D projection. Then it know what polygon is at what depth.
The question is what is the best way to keep this kind of data in DXF ?

I can create a BLOC for each part, that contains a BLOC for each depth (maybe better to use layers for depth … :thinking: ?) :

DXF Blocs-GIF 720x720 15 ips

example.skp (33,3 Ko)
example.dxf (12,2 Ko)

@napperkt could this hierarchical structure suit your needs?