Section: Visualization Toolkit Filtering Classes
To create an instance of class vtkCone, simply invoke its constructor as follows
obj = vtkCone
obj
is an instance of the vtkCone class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkCone = obj.NewInstance ()
vtkCone = obj.SafeDownCast (vtkObject o)
double = obj.EvaluateFunction (double x[3])
double = obj.EvaluateFunction (double x, double y, double z)
obj.EvaluateGradient (double x[3], double g[3])
obj.SetAngle (double )
- Set/Get the cone angle (expressed in degrees).
double = obj.GetAngleMinValue ()
- Set/Get the cone angle (expressed in degrees).
double = obj.GetAngleMaxValue ()
- Set/Get the cone angle (expressed in degrees).
double = obj.GetAngle ()
- Set/Get the cone angle (expressed in degrees).