Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi boffins
I have cobbled up some code to export drawings (parts only with criteria) from an assembly (from an earlier post).
I am trying to achieve the following:
- get a list of all parts in the drawing that match some criteria
- sort this list
- trim the list down to a maximum number of parts (i only want 20 sheets per drawing)
- then export the remaining parts in the list to a defined drawing template.
the idea is that i will tag each exported part on export such that it does not appear in the list when rerun
Code thus far attached below
Cheers and thanks in advance for any ideas / suggestions
Solved! Go to Solution.