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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I see that there are two filters that can calculate the principal curvatures at each vertex -
compute_curvature_and_color_apss_per_vertexandcompute_curvature_and_color_rimls_per_vertex, but how can I get back the curvature values form theMeshobject? 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
Meshobject that return the principal directions at each face -face_curvature_principal_dir1_matrixandface_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