<div dir="ltr">Hello all,<br><br>Can I please have guidance/help in decoding a vtu file?<br><br>My file is a <br><div><div><?xml version="1.0"?></div><div><VTKFile type="UnstructuredGrid" version="0.1" byte_order="LittleEndian" compressor="vtkZLibDataCompressor"></div><div>  <UnstructuredGrid></div><div>    <Piece NumberOfPoints="116"                  NumberOfCells="1052"                ></div><div>      <PointData></div><div>      </PointData></div><div>      <CellData></div><div>        <DataArray type="Int32" Name="TetrahedraRank" format="appended" RangeMin="1"                    RangeMax="2"                    offset="0"                   /></div><div>        <DataArray type="Int32" Name="TetrahedraNo" format="appended" RangeMin="0"                    RangeMax="262"                  offset="188"                 /></div><div>      </CellData></div><div>      <Points></div><div>        <DataArray type="Float32" Name="Points" NumberOfComponents="3" format="appended" RangeMin="2003013.3465"         RangeMax="2003224.1668"         offset="812"                 /></div><div>      </Points></div><div>      <Cells></div><div>        <DataArray type="Int64" Name="connectivity" format="appended" RangeMin=""                     RangeMax=""                     offset="1680"                /></div><div>        <DataArray type="Int64" Name="offsets" format="appended" RangeMin=""                     RangeMax=""                     offset="5892"                /></div><div>        <DataArray type="UInt8" Name="types" format="appended" RangeMin=""                     RangeMax=""                     offset="8116"                /></div><div>      </Cells></div><div>    </Piece></div><div>  </UnstructuredGrid></div><div>  <AppendedData encoding="base64"></div></div><div>  (data long list)</div><div><br>The file can be found in this link:<br><a href="https://drive.google.com/open?id=0BzmZiSDoM7l3U2poYWNTbUhBWVU">https://drive.google.com/open?id=0BzmZiSDoM7l3U2poYWNTbUhBWVU</a><br><br>I don't understand how to decode a vtk file and couldn't find anything in google. I've tried using some scripts in python for base64 but it didn't work..<br><br>The reason why I need to decode this is because somehow this vtk file which load in paraview perfectly becomes a 2d file in another software "MOOSE" .. So I think somehow in the encoded data is telling the other software "only display the 2D intersection of blocks". But I want a 3D cube not a 2D surface. If someone knows about this please tell me .<br><br>Thank you,<br>Andi</div></div>