Advance BOM with Drawing View
Posted: Wed Mar 01, 2023 7:28 pm
We manufacture Tow bars for all vehicles. The Top level assembly consist of between 8 and 20 parts. All parts are very simple Laser cut and bend sheet metal or Tube laser and bend RHS. As part of our drawing package for each part, we create a view "MW-View" on a sheet which include enough information for the production team.
I now want to create a macro that will do the following. With the top level Assembly open, when you run the macro:
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.
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.