Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 779 Bytes

fill-holes.rst

File metadata and controls

28 lines (20 loc) · 779 Bytes

Fill Holes

This effect will triangulate holes (loops of boundary edges), which can be handy for fixing imperfect meshes like 3D scans. This effect only makes sense for an approximately closed mesh; otherwise the results may be unexpected (eg. if you give it a plane, it would try to connect the boundaries).

Input

polygonal mesh (should be approximately closed)

Output

polygonal mesh

VTK classes

vtkFillHolesFilter

Options

Maximum hole size

Only fill holes that fit inside a sphere of given radius.

Example

Left: Stanford bunny without modifiers. Right: Stanford bunny with the "Fill holes" effect.

Left: Stanford bunny without modifiers. Right: Stanford bunny with the "Fill holes" effect.