Hey folks,<br><br>I&#39;ve been wanting to use the new Polyhedron capabilities, and would like to use the legacy vtk file format to store them. I have updated my vtk to the lastest source.  I created a simple file that has one polyhedron, outlined below. However, when trying to read this file, nothing shows up? Am I doing this correctly? I&#39;m following the format on the wiki page for polyhedron support. <br>
<br> [numberOfCellFaces, (numberOfPointsOfFace0, pointId0, pointId1, … ), (numberOfPointsOfFace1, pointId0, pointId1, …), … ]. <br><br>Any advice / ideas would be appreciated.<br><br>Thanks!<br><br># vtk DataFile Version 2.0<br>
Unstructured Grid Example<br>ASCII<br><br>DATASET UNSTRUCTURED_GRID<br>POINTS 8 float<br>0 0 0<br>0 0 1<br>0 1 1<br>0 1 0<br>1 1 1<br>1 1 0<br>1 0 0<br>1 0 1<br>CELLS 1 32<br>31 6 4 0 1 2 3 4 4 5 6 7 4 0 1 7 8 4 2 3 4 5 4 0 3 5 6 4 1 2 4 7<br>
CELL_TYPES 1<br>42<br><br><br><br>