Polygon Mesh Processing Library
Loading...
Searching...
No Matches
Hole filling

Meshes sometimes contain holes as artifacts from previous modeling or reconstruction steps. PMP provides an algorithm for filling such holes. This algorithm fills holes in the mesh by creating an initial triangulation of the hole and applying subsequent refinement and smoothing steps to the newly created triangles.

The function is pmp::fill_hole().

See [15] for details.

Note
This algorithm works on general polygon meshes.