Create list of Layergroups
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Greetings,
i'm trying to create a lisp to print multiple pdf's from one drawing based on the amount of Layergroups.
they are old drawings that contain several grouplayers wich each containing a component:
"base layergroup" is the group that contains stuff like the frame and logo of the template and the others are seperate components.
so the main goal is to freeze all, thawn "base layergroup", thawn "1" and print; next freeze all, thwan "base layergroup", thawn "1A" and print; ... .
the major problem is that all the drawings i recieve all have layergroups but rarly the same name aside from "base layergroup", so i'm trying to first extract a list of layergroups and starting the loop of printing till all layergroups are done.
i've scoured allot of forums and i did find something from Mac Lee to generate a list of layergroups but i'm unable to get it working. i've tried allot myself but i'm unable to find the location of these layergroups...