Mean radius of ellipse segments

Hello,
I have an elliptical curve which I divide into small segments using ‘Divide’ in Grasshopper. How can I get the mean radius of each individual segment in Grasshopper?
Regards,
Sushant

You can create an arc through the segment end-points and mid-point, then measure that radius. Or generate N points on the arc interior, create N arcs and average their radii if you need a wider sampling.

Thanks David :smiley: