pymeshfix.PyTMesh.fill_small_boundaries#

PyTMesh.fill_small_boundaries(nbe=0, refine=True)#

Fill small boundaries.

Fills all the holes having less than nbe boundary edges. If refine is true, adds inner vertices to reproduce the sampling density of the surroundings. Returns number of holes patched. If ‘nbe’ is 0 (default), all the holes are patched.

Examples

Fill all holes.

>>> tin.fill_small_boundaries()