Hi Rakesh Patil<br><br>did you try this out?<br><br><br><br><div class="gmail_quote">2010/4/6 Bill Chivas <span dir="ltr"><<a href="mailto:noo134@googlemail.com">noo134@googlemail.com</a>></span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Try this:<br><br>pts->Modified();<br>vtkRenderWindow->Render();<br><br><br>Bill<br><br><br><div class="gmail_quote">2010/4/6 Rakesh Patil <span dir="ltr"><<a href="mailto:rakeshthp@in.com" target="_blank">rakeshthp@in.com</a>></span><div>
<div></div><div class="h5"><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div> <a></a><br>Hi Darshan,<br><br>That i have done.. But how do i set the updated data
to the actor..??<br><br>I mean, for example, I get the Unstructured grid
from the actor as follows:<br><br>vtkUnstructuredGrid *grid =
vtkUnstructuredGrid::SafeCast( actor->GetMapper()->GetInput() );<br><br>vtkPoints
*pts = grid->GetPoints();<br><br>// Assign new values to pts<br><br>Next
how do I connect this pts to actor "actor" so that the actor clears the
old display and renders new display..??<br><br>I mean after i set pts
to grid, how do i set this grid to actor..? I tried doing this...<br><br>actor->GetMapper()->GetInput()->ShallowCopy(grid);<br>actor->Modified();<br><br>But
i found no change.. It is showing same old display.. <br><br>Any
suggestions..??<br><br>Thanks<br><br>Regards<br>Rakesh Patil<br><font color="#000000"><br></font><br></div>
<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
<br></blockquote></div></div></div><br>
</blockquote></div><br>