On Wed, 8 May 2002, Frederic Huguet wrote: > Is it possible to use a vtkImageReslice object with a vtkRectilinearGrid > object ? No. The input to vtkImageReslice must be vtkImageData or vtkStructuredPoints. If you want to resample a vtkRectilinearGrid then you should use the vtkProbeFilter. - David