vtkFillHolesFilter

Section: Visualization Toolkit Graphics Classes

Usage

vtkFillHolesFilter is a filter that identifies and fills holes in input vtkPolyData meshes. Holes are identified by locating boundary edges, linking them together into loops, and then triangulating the resulting loops. Note that you can specify an approximate limit to the size of the hole that can be filled.

To create an instance of class vtkFillHolesFilter, simply invoke its constructor as follows

  obj = vtkFillHolesFilter

Methods

The class vtkFillHolesFilter has several methods that can be used. They are listed below. Note that the documentation is translated automatically from the VTK sources, and may not be completely intelligible. When in doubt, consult the VTK website. In the methods listed below, obj is an instance of the vtkFillHolesFilter class.