Average Curve.Length

I currently have the following four curve lengths and am wanting to average them. Is there a more concise method than I’ve used here?

Welcome to the forum!

Is there any problem with your result? I cannot see something more concise than that in visual programming, you can go around doing design script, python or even C#, but that’s pointless when you want to leverage how quickly you iterate with nodes.

1 Like

Try adding a List.Flatten before the Curve.Length node.

1 Like