Hello Miss, Mister,
I want to combine lots of files for my animation so that i can save space in my 
computer, however i get messages of error about the fact that the file cannot 
be read, could you help me please?
Here is an example with the cube:

<?xml version="1.0"?>
<VTKFile type="PolyData" version="0.1" byte_order="LittleEndian" 
xmlns:xi="http://www.w3.org/2003/XInclude";>
 <PolyData>
   <Piece NumberOfPoints="8" NumberOfVerts="0" NumberOfLines="0"
          NumberOfStrips="0" NumberOfPolys="6">
    <Points>
     <DataArray type="Float32" NumberOfComponents="3" format="XML">
         <xi:include href="nodes.xml" parse="text"/>
     </DataArray>
    </Points>
    <PointData Scalars="my_scalars">
     <DataArray type="Float32" Name="my_scalars" format="ascii">
1 2 3 4 5 6 7 0
     </DataArray>
    </PointData>
    <Polys>
     <DataArray type="Int32" Name="connectivity" format="ascii">
0 1 2 3 4 5 6 7 0 1 5 4 2 3 7 6 0 4 7 3 1 2 6 5
     </DataArray>
     <DataArray type="Int32" Name="offsets" format="ascii">
       4 8 12 16 20 24
     </DataArray>
    </Polys>
   </Piece>
  </PolyData>
</VTKFile>

The use of Xinclude works with xdmf but i have some trouble with the animation, 
so i want to use through vtp files.

Thank you very much for your help!
GAMMAR Marwen
                                          
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview

Reply via email to