<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body dir="auto">
<div>Teng,</div>
<div id="AppleMailSignature"><br>
</div>
<div id="AppleMailSignature">When you saved your data to a csv file, you lost all cell information. If you want to look at cells in your data, you will have to recreate them.</div>
<div id="AppleMailSignature"><br>
</div>
<div id="AppleMailSignature">The easiest way to create cells is probably to use the Delaunay 2D filter. Note, however, that the cells created will not be the same as in your original vtk file.</div>
<div id="AppleMailSignature"><br>
</div>
<div id="AppleMailSignature">If you want to keep your original cells, you will have to save them in a file that supports cell topology. One way to do that is when you save your csv file, also save a vtk file of the same data. Then, after you have run Matlab,
 load both the csv file and the vtk file. Do the TableToPoints on the csv data as before. Then use append attributes to copy the csv data to the vtk cell data.</div>
<div id="AppleMailSignature"><br>
</div>
<div id="AppleMailSignature">-Ken<br>
<br>
Sent from my iPad</div>
<div><br>
On Jul 26, 2017, at 12:41 AM, Li, Teng <<a href="mailto:tengli2@illinois.edu">tengli2@illinois.edu</a>> wrote:<br>
<br>
</div>
<blockquote type="cite">
<div>
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;"><span style="font-size: 13.3333px;">Dear Paraview developers,</span>
<div style="font-size: 13.3333px;"><br>
</div>
<div style="font-size: 13.3333px;">I have a question about how to convert point data (vtk file) to 2d plane data. Actually, originally, I was working with vtk file. Then I use the extract selection to select some cells in the original model. In order to process
 the data of the selected cells, I save the data as the csv file. Then I use Matlab to do some calculation on the data in the csv file. After that, I open the modified csv file by using Paraview directly. And now, I can only see this csv file in spreadsheet
 view. After searching some online information, I use TabletoPoint to convert the data to point data. However, I still want to view them as the 2d cell. So I use point interpolation to try to convert the points data to 2d plane cell data. However, It doesn't
 work. </div>
<div style="font-size: 13.3333px;"><br>
</div>
<div style="font-size: 13.3333px;">So my question is, how to show the data value in the space between different 2d points data by using point interpolation? Or is there any way that I can process the 2d cell plane data without saving it as the csv file?</div>
<div style="font-size: 13.3333px;"><br>
</div>
<div style="font-size: 13.3333px;">Best,</div>
<div style="font-size: 13.3333px;">Teng Li</div>
<div><br>
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma">
<p align="left" style="font-family:Tahoma"><font size="1">Teng Li</font></p>
<p align="left" style="font-family:Tahoma"><font size="1">Master Candidate in Structures</font></p>
<p align="left" style="font-family:Tahoma"><font size="1">Department of Civil and Environmental Engineering</font></p>
<p align="left" style="font-family:Tahoma"><font size="1">University of Illinois at Urbana-Champaign</font></p>
<p align="left" style="font-family:Tahoma"><font size="1">205 North Mathews Ave, Urbana, IL. 61801</font></p>
<p align="left" style="font-family:Tahoma"><font size="1">Phone:(217)8196210, Email:
<a href="mailto:tengli2@illinois.edu">tengli2@illinois.edu</a></font></p>
<p align="left" style="font-size:13px; font-family:Tahoma"><br>
</p>
<p align="left" style="font-size:13px; font-family:Tahoma"><br>
</p>
</div>
</div>
</div>
</div>
</div>
</blockquote>
<blockquote type="cite">
<div><span>_______________________________________________</span><br>
<span>Powered by <a href="http://www.kitware.com">www.kitware.com</a></span><br>
<span></span><br>
<span>Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html">
http://www.kitware.com/opensource/opensource.html</a></span><br>
<span></span><br>
<span>Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView">
http://paraview.org/Wiki/ParaView</a></span><br>
<span></span><br>
<span>Search the list archives at: <a href="http://markmail.org/search/?q=ParaView">
http://markmail.org/search/?q=ParaView</a></span><br>
<span></span><br>
<span>Follow this link to subscribe/unsubscribe:</span><br>
<span><a href="http://public.kitware.com/mailman/listinfo/paraview">http://public.kitware.com/mailman/listinfo/paraview</a></span><br>
</div>
</blockquote>
</body>
</html>