mirror of https://github.com/CGAL/cgal
add missing np
This commit is contained in:
parent
4798b1da0d
commit
9f056f9d09
|
|
@ -93,7 +93,8 @@ private:
|
||||||
// use hole filling
|
// use hole filling
|
||||||
typedef CGAL::Triple<int, int, int> Face_indices;
|
typedef CGAL::Triple<int, int, int> Face_indices;
|
||||||
std::vector<Face_indices> patch;
|
std::vector<Face_indices> patch;
|
||||||
PMP::triangulate_hole_polyline(hole_points, std::back_inserter(patch), np);
|
PMP::triangulate_hole_polyline(hole_points, std::back_inserter(patch),
|
||||||
|
np.use_2d_constrained_delaunay_triangulation(true));
|
||||||
|
|
||||||
if(patch.empty())
|
if(patch.empty())
|
||||||
return false;
|
return false;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue