Message 1 of 2
Adding bend information (bend notes) to bend lines on dxf export.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I have some code which exports a face to dxf and it shortens the bendlines.
I would like to add bend information to those bend lines on another layer.
Is there someone who has written similar code? I have seen a couple solutions which makes a idw or dwg of the flat pattern, add bend notes to the drawing and export the view as dxf. This seems a bit excessive though. Especially because i already have code which shortens the lines, which i would have to add as well, which would change the whole workflow of exporting DXF's.
I just want the same information (As text) that you would get if you add a bend note to the bendline when "exporting as face". Thanks in advance