activate protection of feature polylines in labeled images

when needed or requested
This commit is contained in:
Jane Tournois 2016-02-23 11:18:47 +01:00
parent 10fd2ab2ff
commit b6cd6ea5c1
1 changed files with 1 additions and 1 deletions

View File

@ -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;