Section: Visualization Toolkit Graphics Classes
To create an instance of class vtkFillHolesFilter, simply invoke its constructor as follows
obj = vtkFillHolesFilter
obj is an instance of the vtkFillHolesFilter class.
string = obj.GetClassName () - Standard methods for instantiation, type information and printing.
int = obj.IsA (string name) - Standard methods for instantiation, type information and printing.
vtkFillHolesFilter = obj.NewInstance () - Standard methods for instantiation, type information and printing.
vtkFillHolesFilter = obj.SafeDownCast (vtkObject o) - Standard methods for instantiation, type information and printing.
obj.SetHoleSize (double ) - Specify the maximum hole size to fill. This is represented as a radius
to the bounding circumsphere containing the hole. Note that this is an
approximate area; the actual area cannot be computed without first
triangulating the hole.
double = obj.GetHoleSizeMinValue () - Specify the maximum hole size to fill. This is represented as a radius
to the bounding circumsphere containing the hole. Note that this is an
approximate area; the actual area cannot be computed without first
triangulating the hole.
double = obj.GetHoleSizeMaxValue () - Specify the maximum hole size to fill. This is represented as a radius
to the bounding circumsphere containing the hole. Note that this is an
approximate area; the actual area cannot be computed without first
triangulating the hole.
double = obj.GetHoleSize () - Specify the maximum hole size to fill. This is represented as a radius
to the bounding circumsphere containing the hole. Note that this is an
approximate area; the actual area cannot be computed without first
triangulating the hole.