At 07:14 PM 3/8/2001 -0500, K.R.Subramanian wrote: >Is it possible to get the cell id given a point (x, y, z) from a >structured grid? Use the FindCell() method (first defined as a virtual function in vtkDataSet and reimplemented in vtkPointSet, which is vtkStructuredGrid's superclass). Will