[vtkusers] from .FLD (AVS) to VTU format

Sedat newvtkuser at yahoo.com
Tue Oct 27 11:11:06 EDT 2009


Hello everyone,

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.

I believe, we need to define <DataArray> 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. 

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.

Thank you.
Sedat

#  Code from Avs.fld file-------------------------------------------
#  AVS Field File

# set for sw

 ndim=3
 dim1=390
 dim2=252
 dim3= 72
 nspace=3
 veclen=1
 data=float
 field=irregular
 coord 1 file =                                /../xcoor.bin filetype=binary
 coord 2 file =                                /../ycoor.bin filetype=binary
 coord 3 file =                                /../zcoor.bin filetype=binary
 label=sw
 variable 1 file =                                /../rc.bin filetype=binary




      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20091027/178a2779/attachment.htm>


More information about the vtkusers mailing list