<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hello everyone,<br><br>We have a dataset that is being used on AVS, and we would like to test/visualize it on Vtk platforms as well. It seems that VTU format is the suitable format for our dataset and therefore we would like to know, if someone could help us with the equivalent VTU transformation.<br><br>I believe, we need to define &lt;DataArray&gt; tag in VTU XML format, however, I am not sure what would be the cell number and how to define binary files, in the tag properties. <br><br>I would appreciate, if someone could help us with the equivalent XML file, or show us a sample VTU file for similar FLD file transformations with binary file expressions.<br><br>Thank you.<br>Sedat<br><br>#&nbsp; Code from Avs.fld file-------------------------------------------<br>#&nbsp; AVS Field File<br><br># set for
 sw<br><br>&nbsp;ndim=3<br>&nbsp;dim1=390<br>&nbsp;dim2=252<br>&nbsp;dim3= 72<br>&nbsp;nspace=3<br>&nbsp;veclen=1<br>&nbsp;data=float<br>&nbsp;field=irregular<br>&nbsp;coord 1 file =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /../xcoor.bin filetype=binary<br>&nbsp;coord 2 file =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /../ycoor.bin filetype=binary<br>&nbsp;coord 3 file =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /../zcoor.bin filetype=binary<br>&nbsp;label=sw<br>&nbsp;variable 1 file
 =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /../rc.bin filetype=binary<br><br></td></tr></table><br>