Hi,<br><br>When I use fuction pick( ) of vtkPointPicker, I have found one question that the result of GetPickPosition is not the same with the result in the pick( ) fuction.<br><br>this-&gt;PickedPositions-&gt;InsertNextPoint<br>
              ((1.0 - t)*p1World[0] + t*p2World[0],<br>               (1.0 - t)*p1World[1] + t*p2World[1],<br>               (1.0 - t)*p1World[2] + t*p2World[2]);<br><br>How does this happen? Thanks!<br><br><br>