Move elements horizontally

Im particularly looking to move all these elements by 20mm say. Not getting any node or logic of how to move it?

Which logic should i follow? I tried searching ‘move’ and offset’ in clockwork package library. Couldn’t found.

I have tons of elements to move. :disappointed_relieved:

use node Get.Location, then translate Node to move, then SetLocation Node to move the family to their new location

1 Like

try Element.MoveByVector

I tried it. fairly it worked. Thank you so much

before run:

After run

Instead of coordinates, i think i need to move by vector? :thinking:

Thank you @Marcel_Rijsmus im trying in parallel :slightly_smiling_face: