From f0fdc5cbfa75362bf07d2e813a995bd1874c04c7 Mon Sep 17 00:00:00 2001 From: Ange Clement Date: Fri, 23 Jun 2023 10:44:48 +0200 Subject: [PATCH] fixes --- Mesh_3/doc/Mesh_3/Mesh_3.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mesh_3/doc/Mesh_3/Mesh_3.txt b/Mesh_3/doc/Mesh_3/Mesh_3.txt index 57223a225b0..19df0c2515e 100644 --- a/Mesh_3/doc/Mesh_3/Mesh_3.txt +++ b/Mesh_3/doc/Mesh_3/Mesh_3.txt @@ -897,10 +897,10 @@ surface. The output mesh conforms to the sharp features of the input surface. View of a 3D mesh with sharp features. Code from subsection \ref Mesh_3_subsection_example_polyhedral_with_edges generates this mesh. \cgalFigureEnd -\subsubsection Mesh_33DPolyhedralDomainwithEdges Refining with edge_distance criterion +\subsubsection Mesh_WithEdgeDistanceCriterion Refining with edge_distance criterion The following example shows how to generate a mesh with an edge_distance criterion. -This allows the subdivision of edges that are too far away from the sharp feature. +This enables the subdivision of edges that are too far away from the sharp feature. The output mesh have smaller edges along the curved sharp features. \cgalExample{Mesh_3/mesh_polyhedral_domain_with_features_distancing.cpp}