From 2b7bf24205439511dfcf5cc0c57ce03ed92e55ec Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Fri, 29 May 2015 10:35:58 +0200 Subject: [PATCH] add documentation for protect_constraints --- .../include/CGAL/Polygon_mesh_processing/remesh.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/remesh.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/remesh.h index ec222d5fba5..a1459f129ef 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/remesh.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/remesh.h @@ -58,6 +58,13 @@ namespace Polygon_mesh_processing { * \cgalParamEnd * \cgalParamBegin{edge_is_constrained_map} * \cgalParamEnd +* \cgalParamBegin{protect_constraints} If `true`, the edges set as constrained +* in `edge_is_constrained_map` (or by default the boundary edges) +* are not splitted nor collapsed during remeshing. +* Note that around edges that have their length higher than +* twice `target_edge_length`, remeshing will fail to provide +* good quality results. +* \cgalParamEnd * \cgalNamedParamsEnd * *@todo we suppose `faces` describe only one patch. Handle several patches.