List Sort By Circle Radius

Hi all,

Quick question, how can I sort a list of circles by their Radius value ( from smaller to bigger )?

Thank you

List.SortByKey where the list is the list of circles, and the key is a Circle.Radius node.

1 Like

Thank you ,
I was trying the List.SortbyFunction but it didn’t work but that did. :smiley: