ComfyUI Node
Fill Holes
A ComfyUI node in geompack/repair with 7 inputs and 2 outputs.
Fill Holes
- mesh
- filled_mesh
- info
◄backend▾►
◄backend.maxholesize0►
◄backend.max_edges0►
◄backend.refinetrue►
◄backend.qualityrefine►
◄backend.perimeter0.030►
Categorygeompack/repair
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| mesh | TRIMESH | — | |
| backend | COMBO | Hole filling algorithm and backend | |
| backend.maxholesizeopt | INT | 00–100000 | Max number of boundary edges composing a hole. Only holes with this many edges or fewer are closed. 0 = close all. |
| backend.max_edgesopt | INT | 00–100000 | Max boundary edges for a hole to be filled. 0 = fill all holes. |
| backend.refineopt | COMBO | true | Refine filled regions for better triangle quality. |
| backend.qualityopt | COMBO | refine | triangulate: fast, basic fill. refine: better triangle quality. fair: smooth fill to match surrounding surface. |
| backend.perimeteropt | FLOAT | 0.0300.001–100 | Maximum hole perimeter to fill. Relative to mesh scale. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| filled_mesh | TRIMESH | — |
| info | STRING | — |