> For the complete documentation index, see [llms.txt](https://docs.meshmorpher.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.meshmorpher.com/graph/repair/fill-holes.md).

# Fill Holes

<div align="left"><figure><img src="/files/GOgdvgQvNSYbHO0kFQWL" alt=""><figcaption></figcaption></figure></div>

```
/**
 * Node that fills holes in a mesh.
 * 
 * Closes open boundaries using various triangulation methods,
 * from simple triangle fans to smooth surface reconstruction.
 * 
 * Usage:
 * 1. Connect mesh with holes
 * 2. Select fill method
 * 3. Output is the closed mesh
 */
```
