Hello, I have spent some time running the samples and reading the doc to learn about OpenDX. Now I am trying to build a simple program and I am looking for an advice to import my own datas from a TECPLOT file.
My test program is very simple : import->autocolor->rubbersheet-> image My datas are typically velocities and pressures at the surface of a 3D object (an aircraft) composed of an unknown number of 2D surfaces grids. The TECPLOT file has 2 header lines followed by N zones, each zone corresponding to a surface grid and having one header line including the I and J dimensions of the grid followed by its datas (xyz locations, uvw velocity components and pressure) : TITLE=..... VARIABLES ..... ZONE F=POINT, I=xx1, J=yy1 ... x,y,z,u,v,w,p ... ZONE F=POINT, I=xx2, J=yy2 ... x,y,z,u,v,w,p ... I used the Data Prompter to build a DX header calling my TECPLOT file but I was able to import and view only one zone at a time. I would like to know if there is a simple way to modify the DX header file to force importation of all zones from the TECPLOT file, or should I build an interface to rewrite my data file in the native DX format ? Thanks for your help. -- Richard GRENON ONERA Departement d'Aerodynamique Appliquee - DAAP/ACI BP 72, 92322 CHATILLON CEDEX - FRANCE phone : +33 1 46 73 42 17 fax : +33 1 46 73 41 46 mailto:[EMAIL PROTECTED] http://www.onera.fr
