pymeshfix.PyTMesh.fill_small_boundaries#
- PyTMesh.fill_small_boundaries()#
Fill small boundaries.
Fills all the holes having less than
nbe
boundary edges. Ifrefine
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()