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
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)
Hello
You replace the 1 by 0 in the line:
blretval = swModel. ExportFlatPatternView(stPath & ". DXF", 1)
Kind regards
thank you you make my life easier =)