On Tue, Nov 8, 2011 at 12:03 PM, pablo p del castillo <pablodecastillo at yahoo.es> wrote: > Hello, > Is it possible to move points (change coordinate positions) > from vtkUnstructuredGridReader??, i mean like SetPoints in vtkPolydata. > Thanks Yep, reader->GetOutput()->SetPoints(vtkPoints*) David