Section: Visualization Toolkit Graphics Classes
To create an instance of class vtkExtractLevel, simply invoke its constructor as follows
obj = vtkExtractLevel
obj
is an instance of the vtkExtractLevel class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkExtractLevel = obj.NewInstance ()
vtkExtractLevel = obj.SafeDownCast (vtkObject o)
obj.AddLevel (int level)
- Select the levels that should be extracted. All other levels will have no
datasets in them.
obj.RemoveLevel (int level)
- Select the levels that should be extracted. All other levels will have no
datasets in them.
obj.RemoveAllLevels ()
- Select the levels that should be extracted. All other levels will have no
datasets in them.