Merge branch 'Mesh-3-edge-distance-criterium-aclement' of https://github.com/ange-clement/cgal into Mesh-3-edge-distance-criterium-aclement

This commit is contained in:
Jane Tournois 2024-04-29 15:16:42 +02:00
commit 1bbcc40ee3
2 changed files with 4 additions and 4 deletions

View File

@ -1039,9 +1039,9 @@ Polyline features are covered by a set of so-called "protecting balls" which
sizes are highly related to the `edge_size` and `edge_distance` criteria.
This edge distance is driven by the distance component of `Mesh_edge_criteria_3`
(see Section \ref Mesh_3Protectionof0and1dimensionalExposed).
The parameter `edge_distance` enables the subdivision of edges that are too far away from the corresponding input sharp features.
It may result in an output mesh with shorter edges along the input polyline features.
The parameter `edge_distance` enables the subdivision of edges that are too far away from the
corresponding input sharp features. It may result in an output mesh with shorter edges along the
input polyline features.
\cgalExample{Mesh_3/mesh_polyhedral_domain_with_edge_distance.cpp}
\cgalFigureAnchor{mesh3edge_distance}

View File

@ -91,7 +91,7 @@ namespace internal {
\ingroup PkgMesh3MeshClasses
The function object class `Mesh_edge_criteria_3` is a model of `MeshEdgeCriteria_3`. It
provides a bound for the size criterion.
provides bounds for the size and approximation criteria.
\cgalModels{MeshEdgeCriteria_3}