<div dir="ltr">Convex or concave?  If concave you need to triangle filter first. More generally, if you have unknown polygons that could be convex, you need to triangle filter first. Just guessing that is the issue.<div><br></div><div>Ken</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Feb 19, 2017 at 11:26 AM, Martin Rose <span dir="ltr"><<a href="mailto:mrose81@gmx.de" target="_blank">mrose81@gmx.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Greetings,<br>
<br>
I have generated a simple vtk file that contains a single polygon. The file is shown below.<br>
<br>
# vtk DataFile Version 2.0<br>
Output<br>
ASCII<br>
DATASET UNSTRUCTURED_GRID<br>
POINTS 6 float<br>
0.0048265 0.00753943 0<br>
0.0048265 0.00752686 0<br>
0.00485421 0.00752571 0<br>
0.00485266 0.00750789 0<br>
0.00485804 0.00750789 0<br>
0.00485804 0.00753943 0<br>
CELLS 1 7<br>
6 0 1 2 3 4 5<br>
CELL_TYPES 1<br>
7<br>
#end of file<br>
<br>
<br>
After loading the file in paraview, the surface of the polygon is not displayed correctly. It seems that an additional triangle is displayed. However, the wireframe is displayed correctly. I have checked the order of points and confirmed that the order is correct. I also multiplied the coordinates by 100 but the problem persists.<br>
<br>
If I add the first  point of the polygon again, the surface is displayed correctly. The modified lines read:<br>
CELLS 1 8<br>
7 0 1 2 3 4 5 0<br>
<br>
Unfortunately, that fix does not work for other polygons that show the same problem.<br>
Is there something wrong with my vtk file?<br>
<br>
Greetings,<br>
Martin<br>
<br>
<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/opensou<wbr>rce/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/ParaV<wbr>iew</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/mail<wbr>man/listinfo/paraview</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">Ken Martin PhD<div>Chairman & CFO<br>Kitware Inc.<br>28 Corporate Drive<br>Clifton Park NY 12065<br>518 371 3971<div><br></div><div><span style="font-size:10pt;font-family:Tahoma,sans-serif">This communication,
including all attachments, contains confidential and legally privileged
information, and it is intended only for the use of the addressee.  Access to this email by anyone else is
unauthorized. If you are not the intended recipient, any disclosure, copying,
distribution or any action taken in reliance on it is prohibited and may be
unlawful. If you received this communication in error please notify us
immediately and destroy the original message. 
Thank you.</span></div></div></div>
</div>