[Paraview] Combining multiple paraview xml files

Marwen Gammar mgammar at outlook.fr
Tue May 10 06:11:00 EDT 2016


Hello Miss, Mister,
I have some troubleregarding my paraview file: i must create an paraview type xml programm which calls other xml files each of them specialized in different datas (geometry, topology, et c...)What type of strucuture should i use for that?Thank you very much for your help.
Here is an exemple of what i did (it didn't work):
<?xml version="1.0"?><VTKFile type="PUnstructuredGrid" version="0.1" byte_order="BigEndian" compressor="vtkZLibDataCompressor">  <PUnstructuredGrid GhostLevel="0">     <PPointData Scalars="my_scalars">       <PDataArray type="Float32" Name="my_scalars"/>     </PPointData>                   <Piece Source="polyEx0.vtp"/><PCellData Scalars="cell_scalars" Normals="cell_normals">       <PDataArray type="Int32" Name="cell_scalars"/>       <PDataArray type="Float32" Name="cell_normals" NumberOfComponents="3"/>     </PCellData>    <PPoints>       <PDataArray type="Float32" NumberOfComponents="3" format="ascii"/>    </PPoints>     <Piece Source="polyEx1.vtp"/>  </PUnstructuredGrid></VTKFile>
this is supposed to take some pieces of information from my 2 other programs (polyex0 et polyex1) which are cubes, so in final i should have a cube with some properties of each of the 2 cubes.
Thank you very much for your help,Have a good week! 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20160510/dce3a397/attachment.html>


More information about the ParaView mailing list