<div class="gmail_quote">On Mon, Feb 25, 2013 at 2:34 PM, Massinissa Bandou <span dir="ltr"><<a href="mailto:Massinissa.Bandou@usherbrooke.ca" target="_blank">Massinissa.Bandou@usherbrooke.ca</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi David,<br>
<div class="im"><br>
"Do you mean you're starting with a vtkPolyData and you want to end up with<br>
a vtkPolyData?"<br>
<br>
</div>If it's possible, why not? I started with a vtkPolyData (vtkPolyData* Data)<br>
and I was looking for a way to delete the selected cells, so I thought to do<br>
it with a member function called RemoveDeletedCells ().<br>
I have the following code to select/deselect cells with Left/Right mouse and<br>
It works. But I'm still struggling to find out how to delete selected cells<br>
and keep the same topology without using decimation<br></blockquote><div><br>Did you try vtkExtractSelection on the vtkPolyData directly as I suggested?<br><div><br>David</div></div></div>