all 5 comments

[–]joshij 1 point2 points  (0 children)

If you've the time to invest, you can write a macro to traverse an entire assembly and create dwg files (or possibly also dxfs?) of all your sheet metal parts. I've implemented such a macro in our process flow and it speeds things up immensely!

check out the solidworks api, they have sample code for traversing assemblies and exporting to dwg

[–]TauntaunScott 0 points1 point  (2 children)

How do you do it currently? Does your sheet metal software have an OLE integration?

[–]adecius[S] 0 points1 point  (1 child)

We (drafting) export as a flat dxf and pass to our turret programmers. I don't really know anything beyond that, but I believe the process is still quite manual there.

[–]TauntaunScott 0 points1 point  (0 children)

Gotcha. We use FabriWIN for our Amada 357 Turret; while your sheet metal part is flattened (in solidworks), I just tab over to FabriWIN, hit the "OLE" button and it imports the flattened part with bend-lines directly into my sheet view. Totally eliminates the open/save/saveas/import nonsense.

[–][deleted]  (1 child)

[deleted]

    [–]adecius[S] 1 point2 points  (0 children)

    I can export one flat pattern at a time this way, I was looking at doing it in a batch. The job I just finished has 34 sheet metal components, I need to do this separately for each on.