Section: Visualization Toolkit Parallel Classes
To create an instance of class vtkCutMaterial, simply invoke its constructor as follows
obj = vtkCutMaterial
obj
is an instance of the vtkCutMaterial class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkCutMaterial = obj.NewInstance ()
vtkCutMaterial = obj.SafeDownCast (vtkObject o)
obj.SetMaterialArrayName (string )
- Cell array that contains the material values.
string = obj.GetMaterialArrayName ()
- Cell array that contains the material values.
obj.SetMaterial (int )
- Material to probe.
int = obj.GetMaterial ()
- Material to probe.
obj.SetArrayName (string )
- For now, we just use the cell values.
The array name to cut.
string = obj.GetArrayName ()
- For now, we just use the cell values.
The array name to cut.
obj.SetUpVector (double , double , double )
- The last piece of information that specifies the plane.
obj.SetUpVector (double a[3])
- The last piece of information that specifies the plane.
double = obj. GetUpVector ()
- The last piece of information that specifies the plane.
double = obj. GetMaximumPoint ()
- Accesses to the values computed during the execute method. They
could be used to get a good camera view for the resulting plane.
double = obj. GetCenterPoint ()
- Accesses to the values computed during the execute method. They
could be used to get a good camera view for the resulting plane.
double = obj. GetNormal ()
- Accesses to the values computed during the execute method. They
could be used to get a good camera view for the resulting plane.