Dear all, <br>I was trying to display VTK&nbsp; non-linear cells. I used the following simple data for VTK_QUADRATIC_QUAD type of cell:<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.0 0.0<br>5.0 0.0 0.0<br>10.0 0.0 0.0<br>10.0 5.0 0.0<br>10.0 10.0 0.0<br>5.0 10.0 0.0<br>0.0 10.0
 0.0<br>0.0 5.0 0.0<br><br>CELLS 1 9<br>8 0 2 4 6 1 3 5 7<br><br>CELL_TYPES 1<br>23<br>--------------------------------------------------------------------------------------<br><br>When I use the wireframe of surface for display, I get the triangles instead of single quadrilateral. Is it not possible to display such non-linear cells in paraview? I would appreciate your help.
<br><br>Sincerely,<br>Hom NathGharti&nbsp;