Composition took away from a configuration

Hello everyone,

My question is the following: I have created an assembly under solidworks with a lot of configuration and I would like to export in several files configuration by configuration.

Basically, I want to make composition to take away or I would have that the configuration wanted to be exported.

Have a good day and thank you for your future answers.

1 Like

just change his name each time and save it

and you'll have as many diff config

@+ ;-)) 

1 Like

Hello I don't think you can with a composition to take away, on the other hand by doing an edrawing you can choose all the configs or just one.

1 Like

Hello

It will be possible with a macro (but it requires VBA skills and time), you can get inspired by this one:

http://www.forum-cao-3d.fr/api-questions/macro-de-composition-a-emporter-t11454.html

The instruction to use is: 

status = swPackAndGo.SetDocumentSaveToNames(pgSetFileNames)

2 Likes

You also have a macro to separate the part file configurations for inspiration, available on the cadware utilities site.

The best is to make a part with all the configs, then to make a plan with several sheets that would take up config by config.

 

A file, a plan, all the configs come together. All you have to do is choose which sheet to print for this or that configuration.