Export Design Log

Hello

I'm looking to retrieve the design logs of a large number of parts in a single action.

Is there a SW, Mycadtool or macro function capable of opening each design log and doing a "save as" or PDF printout?

I found only one topic dealing with this point, but without a solution:

https://www.lynkoa.com/forum/solidworks/extraire-des-fichiers-mis-dans-le-journal-de-conception

In Mycad integration I can't find what I'm looking for.

 

A lead, but which does not seem to come to fruition:

https://forum.solidworks.com/thread/233333

I'm looking for the same thing, but the macro in the post about lynkoa is just to open the PDF that's in the design log of the part. It doesn't open all the PDFs in an assembly.

Hello

@maximus : It's normal that the macro present in the post on lynkoa only opens the PDF which is in the design log of the part since it only lists the files attached to the active document in Solidworks (Set swModel = swApp.ActiveDoc).
To do what you want, you need to add a loop that lists all the components of the assembly to get the IModelDoc2 objects of these components (see the GetModelDoc2 method in the APIs) ...

Kind regards

1 Like