<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hi Nikolay,<br>
      <br>
      I don't know if you still have this problem, if it's fixed feel
      free to ignore this email :)<br>
      <br>
      I think that the main issue is that you are specifying the whole
      extents of the VTI files (i.e. 1.vti and 2.vti) as if they were
      independent, instead of specifying the part of the whole image
      they occupy (I had a similar problem and they told me that).<br>
      <br>
      Another thing that I'm not sure if it is ok is how you describe
      the whole extents: I was told that if you want to declare a 4x2
      model the whole extent should be  0 3 0 1 0 0.<br>
      <br>
      Best regards,<br>
      Sergi<br>
      <br>
      On 11/05/2015 01:49 PM, Nikolay Khokhlov wrote:<br>
    </div>
    <blockquote cite="mid:1446727799.309105941@f362.i.mail.ru"
      type="cite">
      <meta http-equiv="Context-Type" content="text/html; charset=utf-8">
      Hello,<br>
      <br>
      I'm trying to use pvti format to save data.<br>
      I've create example with 8 cells, but I've got different view when
      open files *.vti and file pvti separately (image attached).<br>
      What could be the problem?<br>
      <br>
      <br>
      File x.pvti:<br>
      <?xml version="1.0"?><br>
      <VTKFile type="PImageData" version="0.1"><br>
        <PImageData WholeExtent="0 4 0 2 0 0" Origin="0.000000
      1.000000 0.000000" Spacing="0.100000 0.100000 0.000000"
      GhostLevel="0"><br>
          <Piece Extent="0 2 0 2 0 0" Source="./1.vti"/><br>
          <Piece Extent="2 4 0 2 0 0" Source="./2.vti"/><br>
            <PCellData Scalars = "vx" ><br>
                <PDataArray type="Float32" Name="vx" /><br>
            </PCellData><br>
        </PImageData><br>
      </VTKFile><br>
      <br>
      File 1.vti:<br>
      <?xml version="1.0"?><br>
      <VTKFile type="ImageData" version="0.1"><br>
        <ImageData WholeExtent="0 2 0 2 0 0" Origin="0.000000
      1.000000 0.000000" Spacing="0.100000 0.100000 0.000000"><br>
          <Piece Extent="0 2 0 2 0 0"><br>
            <CellData Scalars = "vx" ><br>
              <DataArray type="Float32" Name="vx" format="ascii"><br>
                  1 2 3 4<br>
              </DataArray><br>
            </CellData><br>
          </Piece><br>
        </ImageData><br>
      </VTKFile><br>
      <br>
      File 2.vti:<br>
      <?xml version="1.0"?><br>
      <VTKFile type="ImageData" version="0.1"><br>
        <ImageData WholeExtent="0 2 0 2 0 0" Origin="0.200000
      1.000000 0.000000" Spacing="0.100000 0.100000 0.000000"><br>
          <Piece Extent="0 2 0 2 0 0"><br>
            <CellData Scalars = "vx" ><br>
              <DataArray type="Float32" Name="vx" format="ascii"><br>
                   5 6 7 8<br>
              </DataArray><br>
            </CellData><br>
          </Piece><br>
        </ImageData><br>
      </VTKFile><br>
      <br>
      <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>