surface-curvature
surface-curvature copied to clipboard
How to 3D mesh
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?
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.
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