Dynamo - renaming families

Hello,

I created script for renaming families “AAA” to “BBB” , but for some reason it doesn’t change.
Can anyone point where the issue is?

Hi @Clementine

You need to connect Elements list to Element.SetName
element input. Currently you’re feeding Family Names.

Hello @Kulkul,

It seems like it’s still not working

If you want to Change type name then you need to add Element.ElementType OOTB node.

Thanks a lot @Kulkul!

You’re Welcome!

1 Like