[vtkusers] Basic question on deleting points from unstructured Grid

Rakesh Patil rakeshthp at in.com
Wed Mar 24 10:56:13 EDT 2010


Hello,In this example, http://www.vtk.org/Wiki/VTK/Examples/DeletePointIf i delete a point, will it be reflected, in the grid back..?? I mean, how do i set the points back to the grid using an actor..??? I'm using pointPicker to pick the point... and the grid contains several points.. If i select one point, and delete, I can do this using ugrid = vtkUnstructuredGrid::SafeDownCast(picker>GetActor()>GetMapper()>GetInput(););RemovePoint(ugrid>GetPoints(), id);If it doesnt reflect back in grid, then how can i show this change back in render window..??ThanksRegardsRakesh PatilDear vtkusers ! Get Yourself a cool, short @in.com Email ID now!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20100324/7cfa7852/attachment.htm>


More information about the vtkusers mailing list