Relative Content

Tag Archive for vtk

Unable to select VTK PolyLine Actor using FindPickedActor from vtkInteractorStyle subclass

Using a subclass of vtkInteractorStyle, I am able to mouse click on all the actors in the renderer and get the actor with find FindPickedActor(x,y) except for any type of line including vtkPolyLine. I have no problem selecting a vtkStructuredGrid or vtkSphereSource, for example. This is independent of how thick I set the line width as seen in the attached screen grab.