<div dir='auto'><div>vtkAbstractPropPicker.GetActor() in vtk 8<br><div><br><div class="elided-text">On 22 Feb 2018 7:02 p.m., Koteswara Rao Ruvva via vtkusers <vtkusers@vtk.org> wrote:<br><blockquote style="margin:0 0 0 0.8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="font-family:'times new roman' , 'new york' , 'times' , serif;font-size:16px"><div>Hello all,</div><div><br></div><div>I have two vtkPropAssemblies in the Renderer, each with couple of vtkActors. How do I pick an actor using mouse? I need to find the actor and the location on the actor. I tried the following code, but I am getting an assembly instead of the actor.</div><div><br></div><div>picker = vtk.vtkPropPicker()</div><div>if picker.Pick(mouseX, mouseY, 0,  <span style="color:rgb( 0 , 0 , 0 );font-family:'times new roman' , 'new york' , 'times' , serif;font-size:16px">renderer):</span></div><div>        prop =  picker.GetPath().GetFirstNode().GetViewProp()<br></div><div><div>        print(prop)     </div><div><br></div><div>Please advise.</div><div><br></div><div>Thank you</div><div>Rao</div><br></div></div></div></blockquote></div><br></div></div></div>