Hello!<br>I would like to make an hexagonal prism using vtk (in order to display it with paraview).<br><br>I wrote this, I thought it would work but in fact I always get an error message when I try to open the file with paraview:<br>
<i><br># vtk DataFile Version 4.0<br>vtk output<br>ASCII<br>DATASET UNSTRUCTURED_GRID<br>POINTS 36 float<br>-10 5 0<br>0 10 0<br>10 5 0<br>10 -5 0<br>0 -5 0<br>-10 -5 0<br></i><i>-10 5 -8<br>
0 10 -8<br>
10 5 -8<br>
10 -5 -8<br>
0 -5 -8<br>
-10 -5 -8</i><br><i><br>CELLS 1 13<br>12&nbsp; 0 1 2 3 4 5 6 7 8 9 10 11<br><br>CELL_TYPES 1<br>16<br><br>CELL_DATA 1<br>SCALARS test int</i><br>LOOKUP_TABLE default<br>
12<br><br>&nbsp;<br>I don&#39;t understand why it does not work...<br>Do you have an idea of how to fix this problem?<br><br>Thank you,<br>Alexandre<br><br><br><br><br><br><br><br>