[vtkusers] How to pick vtkTextActor?

ysa0829 ysa0829 at gmail.com
Tue Aug 27 22:49:18 EDT 2013


Hi All,

Is there a way to pick vtkTextActor?  I tried with vtkCellPicker and
vtkPropPicker, both are not picking the vtkTextActor.  This is the piece
of code that I used to define the picker and to pick my text actor.

  this->propPicker = vtkPropPicker::New();
  this->propPicker ->AddPickList (this->TxtActor);
  this->propPicker ->PickFromListOn();
  ....
  ....
  ....
  ....
  ....
  ....





--
View this message in context: http://vtk.1045678.n5.nabble.com/How-to-pick-vtkTextActor-tp5723075.html
Sent from the VTK - Users mailing list archive at Nabble.com.



More information about the vtkusers mailing list