[vtkusers] Delete Cells from VtkPolydata
prabhat246
prabhat246 at yahoo.com
Thu Jun 12 15:29:04 EDT 2008
Hi,
This time what I am trying to do is following.
I have a polydata(output of MarchingCubes) and I have rendered it
successfully.
Now I want to delete certain cells from vtkpolydata and then I want to
update the renderer window.
for deletion of cell I am using
mc->output->RemoveCellReference(cellId);
mc->output->DeleteCell(cellId);
how can I update the polydata throughout the pipeline?? so that it could be
reflected on the renWin??
Thanks a lot.
Regards,
Prabhat
--
View this message in context: http://www.nabble.com/Delete-Cells-from-VtkPolydata-tp17808023p17808023.html
Sent from the VTK - Users mailing list archive at Nabble.com.
More information about the vtkusers
mailing list