<div class="gmail_quote">On Sat, Sep 1, 2012 at 6:40 PM, cerina <span dir="ltr">&lt;<a href="mailto:cerine-baratelli@hotmail.fr" target="_blank">cerine-baratelli@hotmail.fr</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi All,<br>
I wanna to know if there is a possibility  to change the point&#39;s coordinates<br>
at real-Time. It means that when i vusualize the mesh,and i pick on it, i<br>
want that i retieve the picked point and i change its coordinates. I found a<br>
line which, normally, gives me this possibility :<br>
this-&gt;Input-&gt;SetPointCoordinates(vtkIdType Point, double *x);??<br>
Best Regards,<br>
<br>
Cerina<br></blockquote><div><br></div>Why not just:</div><div class="gmail_quote"><br></div><div class="gmail_quote">Input-&gt;GetPoints()-&gt;SetPoint(pointId, newCoordinates)</div><div class="gmail_quote"><br></div><div class="gmail_quote">
?<br clear="all"><br><div>David</div></div>