Hi, I have a matrix that represents the surface of an object. I would like to display this surface as an isosurface. How do I read in the data so that I can do this? I can use vtkstructureddataset because it wants individual points and not a surface map. Any ideas? Isaac