Hello,<br><br>I&#39;m not familiar with all of the plugins in paraview, but I am wondering whether I need to write lower order elements in my vtk files for flexibility.<br><br>All of my data is point based.<br><br>I am thinking that:<br>
<br>if 1d:<br>    Write Lines<br>if 2d:<br>    Write Triangles<br>if 3d:<br>    Write Tetrahedron<br><br>Would there be any reason to write lines and triangles in 3d to the output file?<br><br>Thanks,<br><br>Juan<br>