Copy and past walls aligned to selected levels

Hello,

I’m trying to select some walls, copy and paste them aligned to certain levels, and I can’t figure out how to do it using Dynamo. I tried to use Translate node, but obviously it didn’t work.
It feels weird that for such a simple action I couldn’t find any way to do it.

Any suggestion is really appreciated.
Thanks

Hi !
First use the node Element.GetLocation and FamilyType.Name to catch the outlines and the types of your walls.
Then you can use the node Wall.ByCurveAndLevels.

1 Like

sorry my previous graph is wrong, this one is better

That’s fantastic! I’ll check it in a bit, thank you very much!