<div class="gmail_quote">On Mon, Jun 11, 2012 at 7:23 PM, cel02000 <span dir="ltr">&lt;<a href="mailto:cel02000@yahoo.com" target="_blank">cel02000@yahoo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I figured it out. It should be like the following for deleting each element.<br>
vectorOfPolyData[p]-&gt;Delete();<br>
<br>
However, when the code gets to this point at run time, I get handled<br>
exception error. What could be the reason?<br>
<br>
Regards,<br>
Ahmad<br></blockquote><div><br></div>How did you allocate the polydata? It should be<div><br></div><div>vectorOfPolyData[p] = vtkPolyData::New();<br clear="all"><br></div><div>David </div></div>