<html><head></head><body><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></body></html>