<div dir="ltr"><p class="MsoNormal">Hello vtkusers,<span></span></p>

<p class="MsoNormal"><span> </span></p>

<p class="MsoNormal">There are ways to apply 
two different vtkInteractorStyle against same actor? I have an actor
that I used vtkInteractorStyleTrackballCamera to pick some points by mouse leftclick
(<span style="font-size:9.5pt;font-family:consolas;color:rgb(136,0,0);background-image:initial;background-size:initial;background-origin:initial;background-clip:initial;background-position:initial;background-repeat:initial">OnLeftButtonDown</span><span style="font-size:9.5pt;font-family:consolas;color:black;background-image:initial;background-size:initial;background-origin:initial;background-clip:initial;background-position:initial;background-repeat:initial">()</span>)
that works smoothly , then I have two actors with same
vtkInteractorStyleTrackballCamera and I need pick/select distinctly one between
these to start some process independently with
vtkInteractorStyleTrackballActor. However, once applied TrackballCamera style
and I am applying TrackballActor to same actors one of the actors that is using
LeftButton event from TrackballCamera doesn’t respond the new style.<span></span></p>

<p class="MsoNormal"><span> </span></p>

<p class="MsoNormal">My actors (two independent cylinders source)<span></span></p>

<p class="MsoNormal"><span> </span></p>

<p class="MsoNormal">I am following this example to TrackballActor: <a href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/Interaction/SelectAnActor">http://www.vtk.org/Wiki/VTK/Examples/Cxx/Interaction/SelectAnActor</a><span></span></p>

<p class="MsoNormal">I am following this example to TrackballCamera:<a href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/Interaction/DoubleClick">http://www.vtk.org/Wiki/VTK/Examples/Cxx/Interaction/DoubleClick</a><span></span></p>

<p class="MsoNormal"><span> </span></p>

<p class="MsoNormal">Thank you very much for any help,<span></span></p>

<p class="MsoNormal"><span> </span></p>

<p class="MsoNormal"><a name="_MailAutoSig"><b><span style="font-size:12pt;font-family:"times new roman",serif">Joao</span></b></a><span style="font-size:12pt;font-family:"times new roman",serif"><span></span></span></p></div>