Message 1 of 3
Export flat patterns of an open assembly to IDW per material
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi guys,
See attachment for an iLogic code. It loops trough all sheet metal parts of an open assembly and puts the flat patterns in one IDW file using an inventor template. It also adds the outer dimensions and categorize them per material. So you get multiple rows of parts and each row contains only parts from the same material.
I want to change that last bit so that instead of different rows per material in the same IDW, i want a seperate file for each material. I tried ChatGPT for this (the code i already have is also made with the help of ChatGPT, googling, some creative copy and past and my own limited knowledge of coding), but can't get it to work. Can somebody help me with this?