Selecting and moving individual points from a list

Hi, im trying to extract individual points from a list and move each point individually. I want to be able to move every point individually in the measurements of the grid i created. I tried to retrieve the points through the “list item” command but it does not seem to work as intended. Id be super thankfull for any advice.
Best regards
J



problem.gh (52.3 KB)

List Item is definitely not the problem. The points are not sequential so need to be sorted by ‘Z’ (white group) or fixed earlier in the code.

I used Series to get a list of X values to move them but that’s just a placeholder, to be replaced by actual values according to your criteria.


sort_points_2023_Jul29a.gh (43.8 KB)

P.S. You can reverse the Sort ‘A’ output, of course.

Thank you for your response! The selection part of your solution (deconstruct → sort list → list item → point) works great! I want to try to work with those points from there ans select them through their index number and be able to define the movement that way for every single point. Right know the motion input of the movement command ist the same for every point. how could i create a single movement in x-direction for every point with index from the list?
problem.gh (42.5 KB)

As I said before: