Section: Visualization Toolkit Rendering Classes
To create an instance of class vtkWorldPointPicker, simply invoke its constructor as follows
obj = vtkWorldPointPicker
obj
is an instance of the vtkWorldPointPicker class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkWorldPointPicker = obj.NewInstance ()
vtkWorldPointPicker = obj.SafeDownCast (vtkObject o)
int = obj.Pick (double selectionX, double selectionY, double selectionZ, vtkRenderer renderer)
- Perform the pick. (This method overload's the superclass.)
int = obj.Pick (double selectionPt[3], vtkRenderer renderer)
- Perform the pick. (This method overload's the superclass.)