Skip to content

Commit

Permalink
remove boundary degenerate faces
Browse files Browse the repository at this point in the history
  • Loading branch information
janetournois committed Aug 23, 2024
1 parent 152fd4d commit 209875a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1711,7 +1711,10 @@ namespace internal {
degenerate_faces.erase(degenerate_faces.begin());

if(is_border(h, mesh_))
{
CGAL::Euler::remove_face(h, mesh_);
continue;
}

for(halfedge_descriptor hf :
halfedges_around_face(h, mesh_))
Expand Down

0 comments on commit 209875a

Please sign in to comment.