Section: Visualization Toolkit Infovis Classes
To create an instance of class vtkTreeRingToPolyData, simply invoke its constructor as follows
obj = vtkTreeRingToPolyData
obj
is an instance of the vtkTreeRingToPolyData class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkTreeRingToPolyData = obj.NewInstance ()
vtkTreeRingToPolyData = obj.SafeDownCast (vtkObject o)
obj.SetSectorsArrayName (string name)
- Define a shrink percentage for each of the sectors.
obj.SetShrinkPercentage (double )
- Define a shrink percentage for each of the sectors.
double = obj.GetShrinkPercentage ()
- Define a shrink percentage for each of the sectors.
int = obj.FillInputPortInformation (int port, vtkInformation info)