Greetings, I have a question about extrapolation of data from points list. So, I have a list of points and I’m trying to pull out every point from that list and change its X value by a specific number.
Scenario: I am trying to create Grid systems (N) times each one with (L) distance in the Y axis from each starting point. From here the grids must be able to move in the X axis individually.
My current method and problem: For the generation of the Grid, I am using a “Rectangle Grid Points” node, in order to have starting points for each grid, while allowing me to modify their number and distance. From there I create list of all points and here I am not sure how to continue. Is there any way to take out each point separately from the list, modify its X value, and then feed it to another “Rectangle Grid points” node? I am guessing I have to use the “List Item” nodes which uses index, but I don’t understand how it works. See “Grid systems sample 1.jpeg” where I have tried to create a simple structure of what I am trying to achieve, although here the Y input for the final Grid node isn’t correct.
EDIT: Updated the image (the Index nodes should be connected to the Grid points of the grid node)
Thank you in advance,
Dobromir