Page 1 of 1

Advance BOM with Drawing View

Posted: Wed Mar 01, 2023 7:28 pm
by Jacomuller
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:
  • 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.
the logic of this is, with the click of a button, one drawing with technical info about each part will be created.

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.

Re: Advance BOM with Drawing View

Posted: Sun Mar 05, 2023 11:15 am
by gupta9665
You can look at this macro and use codes form it: https://www.3dcontentcentral.com/Search ... ?id=807151

Re: Advance BOM with Drawing View

Posted: Wed Oct 04, 2023 9:36 pm
by Jacomuller
Thanks, I missed your answer before - got side tracked :) I can use parts of it but it will still need a few major steps.

Re: Advance BOM with Drawing View

Posted: Fri Oct 06, 2023 4:19 pm
by gupta9665
Jacomuller wrote: Wed Oct 04, 2023 9:36 pm Thanks, I missed your answer before - got side tracked :) I can use parts of it but it will still need a few major steps.
I'm working on building an add-in (paid) for a customer with similar requirements. When finished I will share a video of how it works.

Re: Advance BOM with Drawing View

Posted: Sun Oct 08, 2023 6:49 pm
by Jacomuller
Thanks, I will have a look at it when your done :)