Surface Curvature Analysis

Hi All, @dale ,

There is a neat method in good old RhinoScript called SurfaceCurvatureAnalysis which returns all the min/max curvature values of the entire surface.

Maybe I’m overlooking the obvious, but I’m missing this method in RhinoCommon. I want to avoid sampling the entire surface… so it would be very nice if this method could be exposed to RhinoCommon.

Thanks, Jess

Hi @Jess,

No, you’re not overlooking anything.

https://mcneel.myjetbrains.com/youtrack/issue/RH-66237

– Dale

3 Likes

CurvatureAnalysisSettings Class contains CalculateCurvatureAutoRange but is missing a CalculateCurvatureMaxRange.