On Mon, 7 May 2001, Karshi Hasanov wrote: > Hi, > > Does anybody knows how to import/export a Numeric Python > array to a VTK image? > Thanks. Look in vtk/python/ for the files vtkImageExportToArray.py vtkImageImportFromArray.py, you can either use them as-is or look inside them to see how it's done. - David