Inflection point Rhinocommon Rhino5

I think I read somewhere that rhinocommon for Rhino 6 can output inflection points. But for various reasons I need to be using Rhino 5 still. Is there any existing way for me to get the inflection points of a curve? If nothing already exists, I’m thinking I’ll just step along the curve until I see the curvature vector reverse.

I’d appreciate any suggestions,
Thanks,
Sam

Hi @samlochner,

you might check out Rhino.Geometry.Curve.ExtremeParameters method.

_
c.

That’s only available in Rhino6 I think.

Thanks,
Sam

Hi @samlochner, yes but check out this for RH5 and earlier.

_
c.

got it, thanks!
Sam