Remember that VTK starts numbering at 0 instead of 1. I think you need to change the cell part to (I may have a typo but you get the idea): 8 0 1 7 6 5 4 10 11 8 1 2 8 7 4 3 9 10
Andy On Sun, Mar 31, 2013 at 12:07 PM, Sebastien Jourdain < [email protected]> wrote: > Did you double checked that document to see if you didn't made any mistake > in the file format ? > > http://vtk.org/VTK/img/file-formats.pdf > > If you want you can try to create a cone/plane/sphere inside ParaView and > save it as legacy ascii format to look into the file yourself. > > Seb > > > On Sun, Mar 31, 2013 at 11:43 AM, Ashish Saxena < > [email protected]> wrote: > >> Sir / Mam, >> >> When I try to open a .vtk file made by script, the Paraview crashes >> unexpectedly. Below is my vtk file content.. >> >> # vtk DataFile Version 2.0 >> Temperature Distribution Example >> >> ASCII >> DATASET UNSTRUCTURED_GRID >> POINTS 12 float >> 0.0000 0.0000 0.0000 >> 0.0100 0.0000 0.0000 >> 0.0200 0.0000 0.0000 >> 0.0200 0.0000 0.0030 >> 0.0100 0.0000 0.0030 >> 0.0000 0.0000 0.0030 >> 0.0000 0.0100 0.0000 >> 0.0100 0.0100 0.0000 >> 0.0200 0.0100 0.0000 >> 0.0200 0.0100 0.0030 >> 0.0100 0.0100 0.0030 >> 0.0000 0.0100 0.0030 >> >> CELLS 2 18 >> 8 1 2 8 7 6 5 11 12 >> 8 2 3 9 8 5 4 10 11 >> >> CELL_TYPES 2 >> 12 >> 12 >> >> POINT_DATA 12 >> SCALARS Temperature float >> LOOKUP_TABLE default >> 100.000000 >> 49.949237 >> 29.414048 >> 29.417470 >> 49.909044 >> 100.000000 >> 100.000000 >> 49.949237 >> 29.414048 >> 29.417470 >> 49.909044 >> 100.000000 >> VECTORS direction float >> 1.000000 1.000000 1.000000 >> 1.000000 1.000000 1.000000 >> 1.000000 1.000000 1.000000 >> 1.000000 1.000000 1.000000 >> 1.000000 1.000000 1.000000 >> 1.000000 1.000000 1.000000 >> 1.000000 1.000000 1.000000 >> 1.000000 1.000000 1.000000 >> 1.000000 1.000000 1.000000 >> 1.000000 1.000000 1.000000 >> 1.000000 1.000000 1.000000 >> 1.000000 1.000000 1.000000 >> >> >> Its a very small file but it is still not opening in Paraview. I have >> checked all the nodal values but still not able to find the problem. Please >> help with this. ThankYou. >> >> Regards, >> >> Ashish Saxena >> >> _______________________________________________ >> Powered by www.kitware.com >> >> Visit other Kitware open-source projects at >> http://www.kitware.com/opensource/opensource.html >> >> Please keep messages on-topic and check the ParaView Wiki at: >> http://paraview.org/Wiki/ParaView >> >> Follow this link to subscribe/unsubscribe: >> http://www.paraview.org/mailman/listinfo/paraview >> >> > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/mailman/listinfo/paraview > >
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
