In my project I have found a way to search connecting curves out of a bunch of other curves. I did not want to use anemone, so every search is followed by a new search.
The results of this process (about 10-12 layers deep) is stored in the path (see gh file
Now I need to extract the chain of curves from end back to beginning.
in the panel last number visible (35)
is connected to (11) one layer up in path
is connected to (10)
etcetra all the way up to (0)
param viewer gives an idea on the tree structure.
Now I want to learn how to extract these numbers {35;11;10;--------;0} to a list
Because with that list (of indexnumbers) I have the chain of curves connected.
Would love ideas on:
- how to solve this

but more on what tools out of the components for working with trees/dataset would be usefulle here.
Regards, Eef
trace back in path to list.gh (7.8 KB)







