[vtkusers] Pick & delete cell

Massinissa Bandou Massinissa.Bandou at USherbrooke.ca
Wed Feb 20 10:31:07 EST 2013


Hi Alex, thanks for reply,

Another, more interesting example:
http://www.itk.org/Wiki/VTK/Examples/Cxx/PolyData/ExtractSelectionCells
this one works but I don't understand it well enough. For example the
following part:
 
for(unsigned int i = 10; i < 20; i++)
    {
    ids->InsertNextValue(i);
    }



I don't know how to extract informations(cells position) from the selected
data of vtkExtractSelection. And somehow I have to stock them in
vtkIdTypeArray.... I guess


Thx

Massi



--
View this message in context: http://vtk.1045678.n5.nabble.com/Pick-delete-cell-tp5718594p5718666.html
Sent from the VTK - Users mailing list archive at Nabble.com.



More information about the vtkusers mailing list