I now want to create a macro that will do the following. With the top level Assembly open, when you run the macro:
- It will create a new drawing
Step through all the parts in the assembly.
for each part, it will copy the "MW-View"
Past the view in the new drawing.
I have attached a sample of our manual created drawing. It is currently a manual operation and people sometimes forget some parts or use the wring configuration.
I know, I can export the any Solidworks BOM to EXCEL and include a thumbnail, this would be fine, but I don't want the thumbnail, I want a specific View on a drawing.
I have done a Macro that would step through all the parts in the Assembly and export the DXF file to a specific folder.