Replies: 1 comment
-
Hey, I have the same question with you. Did you figure it out? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I see that there are two filters that can calculate the principal curvatures at each vertex -
compute_curvature_and_color_apss_per_vertex
andcompute_curvature_and_color_rimls_per_vertex
, but how can I get back the curvature values form theMesh
object? I cannot find any relevant method that returns back those values.Also, on the other hand, I see that there are two methods in the
Mesh
object that return the principal directions at each face -face_curvature_principal_dir1_matrix
andface_curvature_principal_dir2_matrix
. However, there is no filter that calculates them. Is it possible to calculate them?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions