surface-curvature icon indicating copy to clipboard operation
surface-curvature copied to clipboard

How to 3D mesh

Open yoda0612 opened this issue 6 years ago • 2 comments

Hi, Sujith, Very nice work. In your code, you used a created surface as input,. However, how should I use a known 3D mesh (including a set of x,y,z) as the input?

yoda0612 avatar Jun 11 '19 02:06 yoda0612

Hi @yoda0612 So the X, Y, Z inputs of the function surface_curvature are meshes (represents a grid surface) To my knowledge, There is no specific solution to using just the 3D points unless we add a few constraints/assumptions.

please refer to this.

Please let me know if that is of any use.

sujithTSR avatar Jun 11 '19 07:06 sujithTSR

Hi, Sujith,

I found some curvature implementations for 3D mesh. Basic idea should be the same, but need to consider how to deal with the neighbor vertices.

Please refer here: https://github.com/AbhilashReddyM/curvpack

yoda0612 avatar Jun 13 '19 02:06 yoda0612