diff --git a/Mesh_3/doc/Mesh_3/Mesh_3.txt b/Mesh_3/doc/Mesh_3/Mesh_3.txt index 9ac293767bf..78650152c18 100644 --- a/Mesh_3/doc/Mesh_3/Mesh_3.txt +++ b/Mesh_3/doc/Mesh_3/Mesh_3.txt @@ -897,29 +897,6 @@ 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_WithEdgeDistanceCriterion Refining with edge_distance criterion - -The following example shows how to generate a mesh with an edge_distance criterion. -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} - -\cgalFigureAnchor{mesh3edge_distance} -
- - - - - -
u_arch mesh without edge_distance criterionu_arch mesh with edge_distance criterion
-
-\cgalFigureCaptionBegin{mesh3edge_distance} -Left: the mesh without the `%edge_distance` criterion. - -Right: the mesh with the `%edge_distance` criterion. -\cgalFigureCaptionEnd - \subsubsection Mesh_3ImplicitDomainWith1DFeatures Implicit Domain With 1D Features The following example shows how to generate a mesh from an implicit @@ -1055,6 +1032,29 @@ current polyline feature does not belong to. \cgalExample{Mesh_3/mesh_polyhedral_domain_with_features_sizing.cpp} +\subsubsection Mesh_WithEdgeDistanceCriterion Approximation Criterion for Feature Edges + +The following example shows how to generate a mesh with an edge_distance criterion. +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} + +\cgalFigureAnchor{mesh3edge_distance} +
+ + + + + +
u_arch mesh without edge_distance criterionu_arch mesh with edge_distance criterion
+
+\cgalFigureCaptionBegin{mesh3edge_distance} +Left: the mesh without the `%edge_distance` criterion. + +Right: the mesh with the `%edge_distance` criterion. +\cgalFigureCaptionEnd + \subsection Mesh_3TuningMeshOptimization Tuning Mesh Optimization \anchor Mesh_3_subsection_examples_optimization