<P>
Originally posted by Matheus Viana in orkut's vtk community<BR>
<BR>
How I can update the coordinates of a particular<BR>
cell of a polydata? For example, I have a polydata<BR>
that contain several lines and I need update the<BR>
coordinates of the points of the i-nth line.<BR>
Now, I'm using:<BR>
<BR>
Line = PolyData -&gt; GetCell(i);<BR>
<BR>
for ( j = 0; j &lt; number of points in the i-cell; j++ ){<BR>
<BR>
Line -&gt; GetPoints() -&gt; SetPoint(j,new_value);<BR>
<BR>
}<BR>
<BR>
PolyData -&gt; GetPoints() -&gt; Modified();<BR>
<BR>
When I make the new actor, the position of the<BR>
i-nth line is the same that the original.<BR>
<BR>
What is wrong??&nbsp;  <BR>

</P>
<br><br>