Hello All,
Recently I have been using a macro to automatically create an exploded view of an assembly to show the components within that assembly without going through the pain of spacing each part out manually. I have paired this with a SW drawing template with predefined views and SW task scheduler to improve the efficiency of my drawing creation down to just a few clicks.
The problem that I have been running into lately is an assembly document with multiple subassemblies within the top-level. My goal is to have the macro to explode the top-level assembly while keeping the subassemblies underneath it fully assembled. With multiple days of google searches and hours of Youtube videos (along with being a novice programmer) I have yet to find any sort of robust solution to this. Has anyone encountered this problem, or am I just swimming in circles?
Thanks in advance!