How to select the curve that have the minimum surface area?

I am able to get the minimum surface area but can’t select the curve that have this minimum value.

Here is one of the possible way:

Use “IndexOf” node. After getting the index then use “Get.ItemAtIndex”.

1 Like

“IndexOf” node is working , Tanks @Kulkul :smiley:

Try this:

1 Like

This is very good also :grinning:

You could try this too…

1 Like

Another way:

1 Like