I found that not all the edges can be acquired after refining mesh via MMG3D_Get_edge. Like the first example of “libexamples/mmg3d/adaptation_example0/example0_a”, there are only 24 edges in the output file. Is there any way to get all the edges ?
Hello,
When writing the output mesh, only significant edges are stored: either edges between two different domains (marked by different references) or geometric ridges (such as the sharp angles in a cube) are written. All other edges are not written.
Please do not hesitate to give more information on what you are trying to achieve, so we can attempt to give you more information on how to do it.
Kind regards,
Corentin