[vtkusers] point's coordinates changement not applied!!! help
Tasnim
hanene-jeder at hotmail.fr
Wed Sep 5 08:00:39 EDT 2012
neollie wrote
>
> Hi Tasnim,
> could I ask you, why polydata->Modified is not enough ?
>
> Thanks
> Jana
>
well, i'm not sure if my answer is enough, because i'm newer also in vtk,
but i think that the polydata is considered as a tree ( cell, edge, vertex),
so in order to modify one of its node ( such vertex), you have to access to
it, modify it, then apply the modification on it locally (
polydata->GetPoints()->modified();) then, apply it to the polydata and
finally update it, in order to visualize the new mesh
Tasnim
--
View this message in context: http://vtk.1045678.n5.nabble.com/point-s-coordinates-changement-not-applied-help-tp5715861p5715869.html
Sent from the VTK - Users mailing list archive at Nabble.com.
More information about the vtkusers
mailing list