Sort duplicate values

Hello everyone,

Does anyone have any suggestions on how to sort out duplicate values and the other numbers from the second panel, so that I get the values for non-duplicate values and the highest value out of the duplicates?

File.gh (14.6 KB)

Create Set and Sort come to mind.

Continuing the discussion from How to ask effective questions:

Thanks for the reply!

Sorry, I forgot to attach the file…

Create set and sort did the trick.
The reason why I want to sort them is so I can later remove the lower duplicate value and also cull the surface that corresponds to that value.

Is this what you are after?

File_reV1.gh (18.8 KB)

Hi HS_Kim,

That is exactly what I need! Thanks a lot for the help!