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
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
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.)
Thank you, I was thinking of doing something like this but I wanted to know if there was another possibility!
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
As @Lynkoa15 : depending on the version, pass:
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.
Thanks for the help!