Sorting Intersection

Hello, I’m relatively new to grasshopper and has been struggle with this issue.
would be much appreciated if you guys can help me with it.

I’m trying to get points list sorted as I noted. When I’m using ccx or line/curve intersection, it only gives me the following points. I can get all the intersection if I just graft, then I don’t see any way to sort it like
I noted below. I know it must be something with data tree, but I cannot narrow issue down by myself.

Thanks in advance!

Intersections.gh (11.7 KB)

Hey !

You simply missed a shift path to reduce the tree structure :slight_smile:
I also changed the grafted curve input, so the primary branches are the 3 verticals !
Cheers

Intersections.gh (14.6 KB)

1 Like

Beautiful, You saved me! Thanks!