Thanks for the info, but that definitely crashed the program :) It makes sense to update the modified time, but it didn&#39;t work in this case. I know by looking at the debug info that m_poly is updated. It contains new points each time I click. I&#39;m not sure how to check if the polyMapper has been updated, but I don&#39;t know why it wouldn&#39;t be updated?<br>
-Greg<br><br><div class="gmail_quote">2009/7/14 L.J. van Ruijven <span dir="ltr">&lt;<a href="mailto:L.J.vanRuijven@amc.uva.nl">L.J.vanRuijven@amc.uva.nl</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Greg,<br>
<br>
I think your m_vtkWindow does render the window again. But the input data is not updated, because it does not notice that its inputdata has changed. To solve this issue you should use the Modified() function. I m not sure about the preferred usage, but I think replacing m_poly-&gt;Update(); by m_poly-&gt;Modified(); will do it. If not try adding m_conn-&gt;Modified();  and m_points-&gt;Modified();<br>

<br>
Leo.<br>
<br>
</blockquote></div><br>