Mean curve between two curves

Hello everyone,

I’m trying to get the curve at the middle between two parralels curves, and I can’t find any way to do this in dynamo.

Do you have any ideas?

take a point in each curve, take the length by Geometry Distance node and vector using vectorByTwoPoints
use Translate node to copy one of curves with half length in the direction ov vector

Like this?

Hope that helps,

Mark

Thanks a lot, this work :slight_smile: