Curve Curvature Analysis Help

Hi - I’m trying to do curvature analysis on a series of curves to find their point of maximum curvature and the corresponding curvature radius at that point, but I can’t seem to get anywhere with my script. Can someone help and point out my mistake?


curvature2.gh (9.2 KB)

It seems your C# script component already provide Min.& Max.curvature position parameters, so you can use them directly without usingEvalute Curve.
The “T” output of Evalute Curve is the tangent vector, not the curve parameter…