pymeshfix.PyTMesh.fill_small_boundaries#

PyTMesh.fill_small_boundaries(self, nbe: int = 0, refine: bool = True) int#

Fill small boundary loops (holes) in the mesh.

Parameters:
  • nbe (int, default: 0) – Maximum number of boundary edges to fill. If 0, fill all.

  • refine (bool, default: True) – Refine filled regions.