Section: Visualization Toolkit Graphics Classes
During execution the filter passes its input cell data to its output. Point data attributes are copied to the points created during the shrinking process.
To create an instance of class vtkShrinkPolyData, simply invoke its constructor as follows
obj = vtkShrinkPolyData
obj
is an instance of the vtkShrinkPolyData class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkShrinkPolyData = obj.NewInstance ()
vtkShrinkPolyData = obj.SafeDownCast (vtkObject o)
obj.SetShrinkFactor (double )
- Set the fraction of shrink for each cell.
double = obj.GetShrinkFactorMinValue ()
- Set the fraction of shrink for each cell.
double = obj.GetShrinkFactorMaxValue ()
- Set the fraction of shrink for each cell.
double = obj.GetShrinkFactor ()
- Get the fraction of shrink for each cell.