Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mesh_3 - add return code #7515

Open
janetournois opened this issue Jun 13, 2023 · 2 comments
Open

Mesh_3 - add return code #7515

janetournois opened this issue Jun 13, 2023 · 2 comments

Comments

@janetournois
Copy link
Member

Issue Details

It would be nice if CGAL::make_mesh_3() returned a "return code" to known whether the edge_min_size, facet_min_size or cell_min_size criteria had been used. If so, the output mesh is likely to not satisfy the other meshing criteria and it would be nice to be able to know it without checking a posteriori the output mesh.

@afabri
Copy link
Member

afabri commented Jun 19, 2023

Return code, or more named parameters, or as part of the Visitor API ?

@janetournois
Copy link
Member Author

It could stand in a named parameter, similar to mesh_3_dump().

Knowing that a min-size bound has stopped the algorithm from over-refinement, or that all refinement criteria are actually met, would be interesting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants