Good day, l am wondering if l could be able to achieve the curve arrangement from the right side image coming from the bottom left side image? the reason why l need to achieve this so that l can easily pick or select the curves from 0 to 3.
Trees:
You can pick 0-3 in both versions.
The left side would be a tree with two branches and inside the branches are one list from 0-3 so you pick the first branch.
List:
On the right side you have a one list which is a flattened tree with one branche if you go from left to right.
In this case you pick list index 0-3.
in the right one list is flattened, on the left one you have 2 tree branches(on my screen there’s 3). You can either choose one tree branch using “tree branch”, or flatten the list and use index range 0-3.