Section: Visualization Toolkit Graphics Classes
To create an instance of class vtkSliceCubes, simply invoke its constructor as follows
obj = vtkSliceCubes
obj is an instance of the vtkSliceCubes class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkSliceCubes = obj.NewInstance ()
vtkSliceCubes = obj.SafeDownCast (vtkObject o)
obj.Write ()
obj.Update ()
obj.SetReader (vtkVolumeReader ) - Set/get object to read slices.
vtkVolumeReader = obj.GetReader () - Set/get object to read slices.
obj.SetFileName (string ) - Specify file name of marching cubes output file.
string = obj.GetFileName () - Specify file name of marching cubes output file.
obj.SetValue (double ) - Set/get isosurface contour value.
double = obj.GetValue () - Set/get isosurface contour value.
obj.SetLimitsFileName (string ) - Specify file name of marching cubes limits file. The limits file
speeds up subsequent reading of output triangle file.
string = obj.GetLimitsFileName () - Specify file name of marching cubes limits file. The limits file
speeds up subsequent reading of output triangle file.