From b6cd6ea5c145368e4cb47c59e263161b40352a8c Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Tue, 23 Feb 2016 11:18:47 +0100 Subject: [PATCH] activate protection of feature polylines in labeled images when needed or requested --- .../Plugins/Mesh_3_plugin/Mesh_3_plugin_cgal_code.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polyhedron/demo/Polyhedron/Plugins/Mesh_3_plugin/Mesh_3_plugin_cgal_code.cpp b/Polyhedron/demo/Polyhedron/Plugins/Mesh_3_plugin/Mesh_3_plugin_cgal_code.cpp index dcfd007661a..af1d8730f1c 100644 --- a/Polyhedron/demo/Polyhedron/Plugins/Mesh_3_plugin/Mesh_3_plugin_cgal_code.cpp +++ b/Polyhedron/demo/Polyhedron/Plugins/Mesh_3_plugin/Mesh_3_plugin_cgal_code.cpp @@ -146,7 +146,7 @@ Meshing_thread* cgal_code_mesh_3(const Image* pImage, p_new_item->set_scene(scene); Mesh_parameters param; - param.protect_features = false; + param.protect_features = protect_features; param.facet_angle = facet_angle; param.facet_sizing = facet_sizing; param.facet_approx = facet_approx;