How to filter curves based on their area in Grasshopper?

Hi everyone,

I have a set of curves that I selected together in Grasshopper, and I calculated the area enclosed by each of them. Now, I want to filter these curves based on their area—specifically, I need to isolate the curves where the area is either greater or smaller than a specific numerical value.

What would be the best way to achieve this in Grasshopper? Should I use a specific component or a combination of logic operations?

Thanks in advance!

Use the Sort List component.

P.S: I also added an expression to be able to isolate curves smaller or greater than a threshold value.


Sort by area.gh (167.7 KB)