Principle curvature

hello
Is there a way to generate the principle curvature curves of a surface ?

All of them? Only the ones through a specific point?

Yes at specific points especially the ones at the transition of curvature sign.

a very recent post

1 Like

Hi @anon95022132,

Make a C# script component that calls Surface.CurvatureAt.

Does this help?

– Dale

HI@dale
Thank You for your reply!
It shows an error but I think there is a component in GH SurfaceCurvature makes the same thing, right?
I wonder if I can draw 2 principle curves on the surface at a specific point .

Yes, I believe the Principal Curvature component does as I mentioned.

Can you explain this further?

– Dale

1 Like


I drew a point and got the closest point on the surface to get its uv values and then calculated the curvature .
I want to draw 2 curves on the surface at this point follow the curvature of the surface.
I still do not know too why it calculates v as 0 for the point on surface.


Curvature_2019Nov13a.gh (15.0 KB)

Using your trimmed surface:


Curvature_2019Nov13b.gh (685.3 KB)

Untrimmed:

A grid of surface points, color coded (green = positive, red = negative), with a choice of C¹ or C² (blue group):


Curvature_2019Nov13c.gh (691.4 KB) (DEPRECATED, see version ‘d’ below)

Added magnitude indicators:


Curvature_2019Nov13d.gh (696.5 KB)

2 Likes

@Joseph_Oster
Thank you so much !