<div dir="ltr">Hello 
          all,<br>
I have a small program that (using qt) asks for a set of points,
displays them on the vtk render window, then i add some more points and
some polylinesto connect all the points . <br>
I want to become more acquainted with the interacting abilities of the vtk many modules   ,<br>
<br>
to be able to do things like:<br>
1. pick a point (point type: glyphPoints = vtk.vtkGlyph3D()) draging it somewhere and dropping the mouse button,<br>
resulting with the new position (3D) of the point<br>
<br>
2. say that the point is attached to poly lines , i want the lines to follow the new position of the point<br>
<br>
3. selecting new points in the 3D sphere/box , just by clicking/picking --&gt; creates new points <br>
for this(3) i have an idea:<br>
 create a cell picker,<br>
take the cell picker coordinates (from the screen) and create new point <br>
<br>
<br>
thank you <br>
<br>
Eliya <br>
<br>
</div>