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 an approximation criterion to the protecting balls algorithm #5110

Closed
lrineau opened this issue Oct 23, 2020 · 0 comments · Fixed by #7532
Closed

Mesh_3: add an approximation criterion to the protecting balls algorithm #5110

lrineau opened this issue Oct 23, 2020 · 0 comments · Fixed by #7532

Comments

@lrineau
Copy link
Member

lrineau commented Oct 23, 2020

I would be nice to be able to mesh a simple cylinder with only the approximation criterion. For the moment, the approximation distance is used only for the mesh of triangles, and not for the protecting balls (that mesh the sharp curves).

@lrineau lrineau added this to the 6.0-beta milestone May 22, 2024
sloriot added a commit that referenced this issue May 27, 2024
…the feature edge to the input feature (#7532)

## Summary of Changes

Fixes issue #5110.
Adds a edge_distance criteria to the mesh generation process.
This criteria is an upper bound for the distance from the edge to the 1D
feature.

## Release Management

* Affected package(s): Mesh_3
* Issue(s) solved (if any): fix #5110
* Link to small feature page :
[Mesh_3_edge_distance_criteria](https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Small_Features/Mesh_3_edge_distance_criteria)
* Link to compiled documentation
[*here*](https://cgal.github.io/7532/v1/Manual/index.html):
*
[Mesh_edge_criteria_3](https://cgal.github.io/7532/v1/Mesh_3/classCGAL_1_1Mesh__edge__criteria__3.html)
  * [Mesh_criteria_3](https://cgal.github.io/7532/v1/Mesh_3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment