Select Shortest Set of Arcs

Hello,

To make a long story short, I have two sets of arcs, and want to use the shortest arcs for a NetworkSrf component, as that will produce a shape with with a profile that is tangent to the Z axis at the bottom endpoint, and to the XY plane at the top endpoint.

I am measuring the length of the arcs, but am having trouble figuring out how to use that to select the correct set of arcs to be used later.

Thanks,
Will

Grasshopper 74.gh (67.0 KB)

It’s not really clear which arcs you want to keep. Have you tried using a SMALLER THAN or LARGER THAN component then DISPATCH or CULL PATTERN to get the arcs that are longer or shorter than your desired length?