How to Move multiple elements at once to a X Y Z coordinate

I don’t have much experience with dynamo,
I have created a script that imports data from a .CSV file and gives X Y Z coordinates and rotation around the z-axis. and the location of each element is with respect to the project base point.

I need to move these elements selected by using section Ids to the new coordinates that is imported from csv file.

Use Element.SetLocation if the families you want to move are point based families

1 Like

Thank you so much