i have two macros
macro 1:
open in assem> Gathers related DWG's and converts to PDF
>Saves each part as a flatten DXF (no bend lines (good))
macro 2:
open in assem> makes pdf of just the assem> adds rev level to the end of the pdf made I.E. part name=Part1 rev=G
"part1- rev G.pdf"
i would like to make one macro that when used in an assembly it > Gathers related DWG's and converts to PDF
**** > Saves each part as a flatten DXF w/ no bend lines and saves the rev level in the file name
heres my 2 macros
PDF DXF Export = macro1
SaveAsPdf = macro2
SolidworksApi/macros