<div dir="ltr"><div><div><div>Dear vtk users,<br><br></div>how can I show a tooltip at some 2D position on the screen? I checked the vtkTooltipItem class but I do not know how to make it show something. I cannot add it to the vtkRenderer like a 2D actors. I tired this but it doesn't work (in Oython):<br><br>tooltip = vtk.vtkTooltipItem()<br>tooltip.SetText("some text")<br>tooltip.SetVisible(1)<br><br>How is it done? Thanks.<br><br></div>Best<br></div>CP<br></div>