[vtkusers] polydata update ....
Junior Pilato
junior.pilato at gmail.com
Thu Aug 4 13:56:37 EDT 2005
Hi vtkusers....
In my application I need to deform a polydata mesh. I'm trying to replace
points of polydata and call render(), but this method does not work ok...
After render() a polydata appear static and does not update.
my code:
points = mesh->GetPoints();
for each point that need update{
points->Setpoint( idpoint, newpoint );
}
renWin->Render()
Does anybory know how solver this ???
thanks a lot
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20050804/4079e1de/attachment.htm>
More information about the vtkusers
mailing list