<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p><tt>Marwen--</tt></p>
    <p><tt>Here is an example of an XML-formatted *.pvd file that
        references three other XML-formatted files. One important point
        is that each of the three listed *.vtu files is a 'displayable'
        (that is, complete) graphics object, and can be read by PV
        independently.</tt></p>
    <p><tt>The point of the *.pvd is to be able to have one file that
        lets PV see and access all of the files making up the file-set.
      </tt><br>
    </p>
    Hope this helps,<br>
    <br>
    Sam Key<br>
    <br>
    <div class="moz-cite-prefix">On 5/10/2016 4:11 AM, Marwen Gammar
      wrote:<br>
    </div>
    <blockquote cite="mid:BAY182-W7324EB928B8FDAD08E6BD4D1710@phx.gbl"
      type="cite">
      <style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style>
      <div dir="ltr">Hello Miss, Mister,
        <div><br>
        </div>
        <div>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...)</div>
        <div>What type of strucuture should i use for that?</div>
        <div>Thank you very much for your help.</div>
        <div><br>
        </div>
        <div>Here is an exemple of what i did (it didn't work):</div>
        <div><br>
        </div>
        <div>
          <div><?xml version="1.0"?></div>
          <div><VTKFile type="PUnstructuredGrid" version="0.1"
            byte_order="BigEndian"
            compressor="vtkZLibDataCompressor"></div>
          <div>  <PUnstructuredGrid GhostLevel="0"></div>
          <div>     <PPointData Scalars="my_scalars"></div>
          <div>       <PDataArray type="Float32"
            Name="my_scalars"/></div>
          <div>     </PPointData>               </div>
          <div>    <Piece Source="polyEx0.vtp"/></div>
          <div><PCellData Scalars="cell_scalars"
            Normals="cell_normals"></div>
          <div>       <PDataArray type="Int32"
            Name="cell_scalars"/></div>
          <div>       <PDataArray type="Float32" Name="cell_normals"
            NumberOfComponents="3"/></div>
          <div>     </PCellData></div>
          <div>    <PPoints></div>
          <div>       <PDataArray type="Float32"
            NumberOfComponents="3" format="ascii"/></div>
          <div>    </PPoints> </div>
          <div>    <Piece Source="polyEx1.vtp"/></div>
          <div>  </PUnstructuredGrid></div>
          <div></VTKFile></div>
        </div>
        <div><br>
        </div>
        <div>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.</div>
        <div><br>
        </div>
        <div>Thank you very much for your help,</div>
        <div>Have a good week!</div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Powered by <a class="moz-txt-link-abbreviated" href="http://www.kitware.com">www.kitware.com</a>

Visit other Kitware open-source projects at <a class="moz-txt-link-freetext" href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a>

Please keep messages on-topic and check the ParaView Wiki at: <a class="moz-txt-link-freetext" href="http://paraview.org/Wiki/ParaView">http://paraview.org/Wiki/ParaView</a>

Search the list archives at: <a class="moz-txt-link-freetext" href="http://markmail.org/search/?q=ParaView">http://markmail.org/search/?q=ParaView</a>

Follow this link to subscribe/unsubscribe:
<a class="moz-txt-link-freetext" href="http://public.kitware.com/mailman/listinfo/paraview">http://public.kitware.com/mailman/listinfo/paraview</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>