Section: Visualization Toolkit Graphics Classes
To create an instance of class vtkUncertaintyTubeFilter, simply invoke its constructor as follows
obj = vtkUncertaintyTubeFilter
obj is an instance of the vtkUncertaintyTubeFilter class.
string = obj.GetClassName () - Standard methods for printing and obtaining type information for instances of this class.
int = obj.IsA (string name) - Standard methods for printing and obtaining type information for instances of this class.
vtkUncertaintyTubeFilter = obj.NewInstance () - Standard methods for printing and obtaining type information for instances of this class.
vtkUncertaintyTubeFilter = obj.SafeDownCast (vtkObject o) - Standard methods for printing and obtaining type information for instances of this class.
obj.SetNumberOfSides (int ) - Set / get the number of sides for the tube. At a minimum,
the number of sides is 3.
int = obj.GetNumberOfSidesMinValue () - Set / get the number of sides for the tube. At a minimum,
the number of sides is 3.
int = obj.GetNumberOfSidesMaxValue () - Set / get the number of sides for the tube. At a minimum,
the number of sides is 3.
int = obj.GetNumberOfSides () - Set / get the number of sides for the tube. At a minimum,
the number of sides is 3.