Skip to content

what is the difference between surface_Delaunay_remeshing() and isotropic_remeshing() #8434

Answered by janetournois
citystrawman asked this question in Q&A
Discussion options

You must be logged in to vote

surface_Delaunay_remeshing() offers a lot more meshing parameters, such as approximation distance to the input and an angle bound on triangles. This method relies on the 3D tetrahedral mesh generation engine.

isotropic_remeshing() is a lighter algorithm, designed to remesh triangulated surfaces, with only an edge length criterion.

More details can be found in the user manual

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by MaelRL
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #8430 on August 26, 2024 08:34.