Sorting Points

Hello, I have extracted Curves from Funnel Mesh and with the end points component I’m trying to extract the intersecting point and it shows me point the top curve and few points on the bottom curve.


Be a lot easier if you posted code.

Funnel_Pavilion.gh (130.2 KB)

missing

:rofl:

1 Like

@Purna_Chander, I simplified the code to the portion shown in your screenshot (internalized 3 input Curve components).

Funnel_Pavilion_simplified.gh (20.3 KB)

-Kevin

1 Like

Thanks Kevin. This was helpful

The previous file I posted unifies the directions of the curves. If you don’t need the curves for further processing and just want to sort the start/end points in the z-direction, this is an alternate solution.

Funnel_Pavilion_simplified_2.gh (18.9 KB)

-Kevin