mirror of https://github.com/CGAL/cgal
activate protection of feature polylines in labeled images
when needed or requested
This commit is contained in:
parent
10fd2ab2ff
commit
b6cd6ea5c1
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue