Macro for DXF export with bend line

Hello

I currently use a macro to save my parts in DXF (it works very well) but I would like to know if one of you can help me modify it to export the parts with the bend lines (in DXF again)

 


saveas_dxf_1.swp

Hello

You replace the 1 by 0 in the line:

blretval = swModel. ExportFlatPatternView(stPath & ". DXF", 1)

Kind regards

4 Likes

thank you you make my life easier =)

1 Like