<div dir="ltr">Make sure you call Modified() on what you change in the polydata.  If you changed the points then do a <div><br></div><div>polydata.GetPoints().Modified();</div><div><br></div><div>if you changed the cells then do something like</div><div><br></div><div>polydata.GetPolys().Modified();</div><div><br></div><div>most often that is the problem. Folks directly change some part of the polydata but only call modified at the top. </div><div><br></div><div>Thanks</div><div>Ken</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 15, 2016 at 5:56 AM, Andrea Vitali <span dir="ltr"><<a href="mailto:andrea.vitali1@unibg.it" target="_blank">andrea.vitali1@unibg.it</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div style="font-size:12.8px">Dear All,</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I developed a virtual tool for emulating sculpting operations on a triangular mesh in VTK (something like <a href="http://stephaneginier.com/sculptgl/" target="_blank">http://stephaneginier.com/sculptgl/</a>). </div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">The tool works fine with VTK 6.3.0, but I migrated to VTK 7.0 a week ago. VTK 7.0 do not update the rendered actor relative to 3D sculpted model, but the relative polydata has been updated in correct way. </div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">It seems that modifications on polydata are not updated in the actor as done with previous version of VTK.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Any idea to solve this problem?</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Thank you in advance</div><span class="HOEnZb"><font color="#888888"><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Andrea</div></font></span></div>
<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" 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" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/vtkusers</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">Ken Martin PhD<div>Chairman & CFO<br>Kitware Inc.<br>28 Corporate Drive<br>Clifton Park NY 12065<br>518 371 3971<div><br></div><div><span style="font-size:10pt;font-family:Tahoma,sans-serif">This communication,
including all attachments, contains confidential and legally privileged
information, and it is intended only for the use of the addressee.  Access to this email by anyone else is
unauthorized. If you are not the intended recipient, any disclosure, copying,
distribution or any action taken in reliance on it is prohibited and may be
unlawful. If you received this communication in error please notify us
immediately and destroy the original message. 
Thank you.</span></div></div></div>
</div>