Page 1 of 1

Batch Rename Bodies

Posted: Sun Mar 10, 2024 10:50 pm
by zwei
Is it possible to batch rename multiple bodies at once?

If the bodies are created from a single feature (eg: Boss Extrude), renaming the feature will rename the bodies
However, if the bodies are created from multiple feature (eg: multiple thicken), i could not figure out a way to batch rename the bodies
image.png

Re: Batch Rename Bodies

Posted: Mon Mar 11, 2024 3:22 am
by gupta9665
Macro can do it.

Here is one from @Artem https://www.codestack.net/solidworks-ap ... st-bodies/

Re: Batch Rename Bodies

Posted: Tue Mar 12, 2024 12:22 am
by zwei
gupta9665 wrote: Mon Mar 11, 2024 3:22 am Macro can do it.

Here is one from @Artem https://www.codestack.net/solidworks-ap ... st-bodies/
Thanks!

I was actually looking for a simpler and more flexible workflow (multiple select → rename, auto add prefix)... guess i need to create my own macro :|

Re: Batch Rename Bodies

Posted: Tue Mar 12, 2024 2:37 am
by gupta9665
zwei wrote: Tue Mar 12, 2024 12:22 am Thanks!

I was actually looking for a simpler and more flexible workflow (multiple select → rename, auto add prefix)... guess i need to create my own macro :|
I have made a customized one for a customer, so won't be able to share for free :roll:

I recall seeing more on the SW forums.