How to find foldover numbers in mesh #4240
Answered
by
Grantim
JihoKang24
asked this question in
Q&A
-
hello devs |
Beta Was this translation helpful? Give feedback.
Answered by
Grantim
Mar 12, 2025
Replies: 1 comment 5 replies
-
Hello! Could you please provide some examples of what area do you want to calculate? We have such function, but I am not sure that it is the one you are looking for: |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As I can see from the image, the area you are pointing is actually tunnel. So it has no area because it has no mesh as far as it is absence of material.
You can try to find nearby vertices with functions from this header https://github.com/MeshInspector/MeshLib/blob/master/source/MRMesh/MRMeshThickness.h
Or you can try to find tunnels with this https://github.com/MeshInspector/MeshLib/blob/master/source/MRMesh/MRTunnelDetector.h