Hi all,<br>I am trying to do something which I think should be straightforward.<br>I have a vtk image file which holds a large 3d array on a structured rectilinear grid<br>The only part of the vtk file I want is a 2d slice in the x,y plane.<br>



The problem is that the slice I want is not necessarily at a grid point and the <br>grid I want to output is not necessarily on the same grid as the vtk file.<br><br><br>I
have been able to successfully use vtkExtractVOI to extract a plane on
teh grid defined in the vtk file and obviously read in the vtk file<br>

I really have no idea how to move the plane between z grid points or how to resample the extracted grid<br><br>I would appreciate any suggestions<br>Thanks