Replace component in multiple assemblies

Hi all

I would like to replace identical components in several different assemblies.
Is this possible if I open the different assemblies or do I have to do it assembly by assembly?

thank you for your help

1 Like

You drag all your different assemblies into a new assembly and from this new assembly you replace the part by checking replace all occurrences and this will replace in all the subassemblies in 1 time (Be careful with the constraints if the part does not have the same base.)

4 Likes

Thank you, I was thinking of doing something like this but I wanted to know if there was another possibility! :wink:

1 Like

For me it's the quickest solution if you know all the assemblies where this part is used

It is also possible to run the command from filUtility (formerly sw explorer) > update where used > location

2 Likes

As @Lynkoa15 : depending on the version, pass:

  • by SW Explorer
    image
  • or by the SW menu integrated into Windows.
    image

Set up the search paths before (under " file locations", in SWexplorer, it's option then References/Used in).
This displays a window with the use cases found, so simply uncheck if necessary.

4 Likes

Thanks for the help!