Sort and Cull by Area

Hello,

Can anyone look at my definition and let me know where I am going wrong and how to correct this?
I am trying to group the panels by their respective area.


Thank you for your advice.
Sort & Cull.gh (85.3 KB)

Hello,

I think I solved my own problem, but I would welcome input for improved methods (if any).
I used the “Similarity” component instead of “Equality”

for those that are interested, definition attached.
Sort & Cull_1.gh (97.8 KB)

1 Like

You can use Member Index for that. Just added rounding function for safety reasons.

Sort & Cull_RE.gh (63.2 KB)

2 Likes

Thank you, I like this. This make a lot more sense than my attempt.

Thank you.