List manipulation in grasshopper

Is there any method in grasshopper to cycle through a list of items belonging to the same list??? I mean like adding first item to second and then first to third and then first to fourth nd so on.

Use a graft on the bottom input of the add

Look at grafting, flattening, trimming, shifting the lists to get the tree to match what you are looking for.

1 Like

list

1 Like

1
Thanks you so much for your time. One more clarification…
The circled ones name is index then what is the underlined ones name and how to access it in grasshopper

“Tree branch” is the component you are looking for.

1 Like

Branch Path.

Resources to learn more about data trees.

1 Like


I Want to find the distance between each and every point in the list. Is there any list manipulation technique for doing this.

1 Like