<div dir="ltr">That's correct -- the cell information specifies the points by index. You can find more information on the VTK file formats here:<div><br></div><div><a href="http://www.vtk.org/wp-content/uploads/2015/04/file-formats.pdf">http://www.vtk.org/wp-content/uploads/2015/04/file-formats.pdf</a><br></div><div><br></div><div>HTH,</div><div>Dave</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Oct 5, 2016 at 9:19 AM, Sellmann, Kai Asaad <span dir="ltr"><<a href="mailto:asaad.sellmann@rwth-aachen.de" target="_blank">asaad.sellmann@rwth-aachen.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div dir="ltr" style="font-size:12pt;color:#000000;background-color:#ffffff;font-family:Calibri,Arial,Helvetica,sans-serif">
<p>Hello everyone!</p>
<p>I have created a vtk File with point coordinates, and cell definitions. As I am getting distorted surfaces I was wondering what it could be.</p>
<p>The coordinates are nodal coordinates taken from a FE Model. The elements are defined by the IDs of their corresponding nodes.</p>
<p><br>
</p>
<p>So it looks kinda like this</p>
<p><br>
</p>
<p>...<br>
</p>
<p>CELLS 59256 651816<br>
10 21615 1 32020 21623 2 3 4 21625 5 6<br>
10 21623 21615 1 21624 21625 2 5 21627 21626 7<br>
10 8 21623 21612 21615 9 21631 10 11 21625 21621<br>
10 34096 12 34106 1 13 14 34110 15 16 17<br>
10 22735 18 32680 32663 19 20 21 22 23 32682</p>
<p>...</p>
<p><br>
</p>
<p>The 10 indicating the number of information "coming up". </p>
<p>So first of all I am little bit confused and would like to know if the cells Information is refering to the prior defined Nodes and their IDs?</p>
<p>For example the first line "10 21615 1 32020 21623 2 3 4 21625 5 6" means that the first cell consists of the Nodes 21615, 1, 32020, 21623, 2, 3, 4, 21625, 5 and 6, right? And these nodes are defined like this:</p>
<p><br>
</p>
<p>...</p>
<p>POINTS 104667 FLOAT<br>
0 0 0<br>
-0.00133054 -0.0651073 0.00296884<br>
-0.00366651 -0.0661655 0.00448453<br>
-0.00430551 -0.0647424 0.00148457<br>
-0.00664148 -0.0658006 0.00300025<br>
-0.00257653 -0.0641143 0.00448451<br>
-0.0055515 -0.0637484 0.00300024<br>
-0.00147854 -0.0663074 0.00448453<br>
-0.00974145 -0.0646966 0.00299095</p>
<p>...</p>
<p><br>
</p>
<p>So the second node (1) of the first element would have the coordinates -0.00133054, -0.0651073 and 0.00296884, correct?</p>
<p>If someone has an idea I could send you the .vtk-file</p>
<p><br>
</p>
<p>Thnaks,</p>
<p>asaad<br>
</p>
<p><br>
</p>
</div>

<br>______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" rel="noreferrer" target="_blank">http://paraview.org/Wiki/<wbr>ParaView</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/paraview</a><br>
<br></blockquote></div><br></div>