Section: Visualization Toolkit Volume Rendering Classes
To create an instance of class vtkVolumeRayCastIsosurfaceFunction, simply invoke its constructor as follows
obj = vtkVolumeRayCastIsosurfaceFunction
obj
is an instance of the vtkVolumeRayCastIsosurfaceFunction class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkVolumeRayCastIsosurfaceFunction = obj.NewInstance ()
vtkVolumeRayCastIsosurfaceFunction = obj.SafeDownCast (vtkObject o)
float = obj.GetZeroOpacityThreshold (vtkVolume vol)
- Get the scalar value below which all scalar values have 0 opacity
obj.SetIsoValue (double )
- Set/Get the value of IsoValue.
double = obj.GetIsoValue ()
- Set/Get the value of IsoValue.