Section: Visualization Toolkit Graphics Classes
To create an instance of class vtkSimpleElevationFilter, simply invoke its constructor as follows
obj = vtkSimpleElevationFilter
obj is an instance of the vtkSimpleElevationFilter class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkSimpleElevationFilter = obj.NewInstance ()
vtkSimpleElevationFilter = obj.SafeDownCast (vtkObject o)
obj.SetVector (double , double , double ) - Define one end of the line (small scalar values).
obj.SetVector (double a[3]) - Define one end of the line (small scalar values).
double = obj. GetVector () - Define one end of the line (small scalar values).