Question
Export Assembly as Individual Parts
I'd like to take an assembly made up of n parts, and export the assembly as n .obj files instead of one .obj file. You can do this by exporting each part of the assembly one at a time, but for an assembly of 100 parts or more, it requires too much time. Is there a built-in way to automate this process or any ideas how to go about finding a way to accomplish this?
Thanks,
Scott

