
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
So I have a workflow, but I could adapt this workflow however we need to do, the end product is a list of files with a combination of options.
What I do right now is:
Component 1: contains the base objects, this remains no matter what, everything under here we ignore
Component 2: contains sub-components, lets say A, B, C , these could be all bodies under component 2, or individual components,
We need to export each combination of Component 1 and 2, so in the above test case we'd export the following as an stl (or obj)
Component 1 + component 2A
Component 1 + component 2B
Component 1 + component 2C
Right now my process is entirely manual, but as the number of "options" and "component 1's" increase, this is rapidly getting untenable. the exported files could just be numbered if grabbing the name of the component or body isn't doable.
I am somewhat versed in using VBA scripts, I'm just having a lot of difficulty getting something that even begins to work so I can tune in the code to something workable. Specifically I can't figure out how to pull a list of the components (or bodies) to even get started with the loop code.
Any help would be appreciated, thanks!
Solved! Go to Solution.