mirror of https://github.com/CGAL/cgal
forward the visitor
This commit is contained in:
parent
c961aeeb7e
commit
4cd04080b3
|
|
@ -938,7 +938,7 @@ void split(TriangleMesh& tm,
|
|||
const bool do_not_modify_splitter = choose_parameter(get_parameter(np_s, internal_np::do_not_modify), false);
|
||||
|
||||
PMP::corefine(tm, splitter,
|
||||
CGAL::parameters::vertex_point_map(vpm_tm).edge_is_constrained_map(ecm),
|
||||
CGAL::parameters::vertex_point_map(vpm_tm).edge_is_constrained_map(ecm).visitor(uv),
|
||||
CGAL::parameters::vertex_point_map(vpm_s).do_not_modify(do_not_modify_splitter));
|
||||
|
||||
//split mesh along marked edges
|
||||
|
|
|
|||
Loading…
Reference in New Issue