<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div><span style="background-color: rgba(255, 255, 255, 0);">Hi I am new to Paraview</span><div class=""><span style="background-color: rgba(255, 255, 255, 0);"><br class=""></span></div><div class=""><span style="background-color: rgba(255, 255, 255, 0);">Can you help<br class=""></span><div apple-content-edited="true" class=""><div class="" style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div class=""><span style="background-color: rgba(255, 255, 255, 0);"><br class=""></span></div><div class=""><span style="background-color: rgba(255, 255, 255, 0);">I have data in a CSV spreadsheet. </span></div><div class=""><span style="background-color: rgba(255, 255, 255, 0);"><br class=""></span></div><div class=""><span style="background-color: rgba(255, 255, 255, 0);"><br class=""></span></div><div class=""><span style="background-color: rgba(255, 255, 255, 0);">It contains the xyz point coordinates of a 3D shape (20,000+ nodes). </span></div><div class=""><span style="background-color: rgba(255, 255, 255, 0);"><br class=""></span></div><div class=""><span style="background-color: rgba(255, 255, 255, 0);">The file also contains the triangulation coordinates in 3 separate columns for these nodes (40000 + triangulations). These create the faces of the mesh</span></div><div class=""><span style="background-color: rgba(255, 255, 255, 0);"><br class=""></span></div><div class=""><span style="background-color: rgba(255, 255, 255, 0);">I can work out how to plot the points, using </span></div><div class=""><span style="background-color: rgba(255, 255, 255, 0);"><br class=""></span></div><div class=""><span style="background-color: rgba(255, 255, 255, 0);">Filter—Table to points. </span></div><div class=""><span style="background-color: rgba(255, 255, 255, 0);"><br class=""></span></div><div class=""><span style="background-color: rgba(255, 255, 255, 0);"><br class=""></span></div><div class=""><span style="background-color: rgba(255, 255, 255, 0);">How do I plot the faces?</span></div></div><span style="background-color: rgba(255, 255, 255, 0);">Do the 3 columns need to be turned into an array?</span></div><div apple-content-edited="true" class=""><span style="background-color: rgba(255, 255, 255, 0);"><br class=""></span></div><div apple-content-edited="true" class=""><span style="background-color: rgba(255, 255, 255, 0);"><br class=""></span></div><div apple-content-edited="true" class=""><span style="background-color: rgba(255, 255, 255, 0);">And how do I colour the faces or contour them by another value (called "bi" in the spreadsheet)</span></div><div apple-content-edited="true" class=""><span style="background-color: rgba(255, 255, 255, 0);"><br class=""></span></div><div apple-content-edited="true" class=""><span style="background-color: rgba(255, 255, 255, 0);"><br class=""></span></div><div apple-content-edited="true" class=""><span style="background-color: rgba(255, 255, 255, 0);"><br class=""></span></div><div apple-content-edited="true" class=""><span style="background-color: rgba(255, 255, 255, 0);">here is an example of the spreadsheet</span></div><div apple-content-edited="true" class=""><span style="background-color: rgba(255, 255, 255, 0);"><br class=""></span></div><div apple-content-edited="true" class=""><span style="background-color: rgba(255, 255, 255, 0);">nn = node number</span></div><div apple-content-edited="true" class=""><span style="background-color: rgba(255, 255, 255, 0);"><br class=""></span></div><div apple-content-edited="true" class=""><span style="background-color: rgba(255, 255, 255, 0);">the 3d coordinates of the points are x, y, z</span></div><div apple-content-edited="true" class=""><span style="background-color: rgba(255, 255, 255, 0);"><br class=""></span></div><div apple-content-edited="true" class=""><span style="background-color: rgba(255, 255, 255, 0);">and the faces of the mesh are specified by (XYZ)</span></div><div apple-content-edited="true" class=""><span style="background-color: rgba(255, 255, 255, 0);"><br class=""></span></div><div apple-content-edited="true" class=""><span style="background-color: rgba(255, 255, 255, 0);">I WISH TO PLOT Points (x, y, x) , draw faces (XYZ) colour by “bi"</span></div><div apple-content-edited="true" class=""><span style="background-color: rgba(255, 255, 255, 0);"><br class=""></span></div><div apple-content-edited="true" class=""><span style="background-color: rgba(255, 255, 255, 0);"><br class=""></span></div><div apple-content-edited="true" class=""><span style="background-color: rgba(255, 255, 255, 0);"><br class=""></span></div><div apple-content-edited="true" class=""><span style="background-color: rgba(255, 255, 255, 0);">in matlab</span></div><div apple-content-edited="true" class=""><span style="background-color: rgba(255, 255, 255, 0);"><br class=""></span></div><div apple-content-edited="true" class=""><span style="background-color: rgba(255, 255, 255, 0);">it would be</span></div><div apple-content-edited="true" class=""><span style="background-color: rgba(255, 255, 255, 0);"><br class=""></span></div><div apple-content-edited="true" class=""><span style="background-color: rgba(255, 255, 255, 0);"><br class=""></span></div><div apple-content-edited="true" class=""><span class="" style="background-color: rgba(255, 255, 255, 0);">trisurf(Tri,X,Y,Z,C) </span></div><div apple-content-edited="true" class=""><span class="" style="background-color: rgba(255, 255, 255, 0);"><br class=""></span></div><div apple-content-edited="true" class=""><span class="" style="background-color: rgba(255, 255, 255, 0);"><br class=""></span></div><div apple-content-edited="true" class=""><span class="" style="background-color: rgba(255, 255, 255, 0);">where Tri = array(XYX)</span></div><div apple-content-edited="true" class=""><span class="" style="background-color: rgba(255, 255, 255, 0);"><br class=""></span></div><div apple-content-edited="true" class=""><span class="" style="background-color: rgba(255, 255, 255, 0);">X,Y,Z = (x, y, z)</span></div><div apple-content-edited="true" class=""><span class="" style="background-color: rgba(255, 255, 255, 0);"><br class=""></span></div><div apple-content-edited="true" class=""><span class=""><font class=""><span class="" style="background-color: rgba(255, 255, 255, 0);">c= "bi"</span></font></span></div><div apple-content-edited="true" class=""><span class="" style="background-color: rgba(255, 255, 255, 0);"><br class=""></span></div><div apple-content-edited="true" class=""><span class="" style="background-color: rgba(255, 255, 255, 0);"><br class=""></span></div><div apple-content-edited="true" class=""><span class="" style="background-color: rgba(255, 255, 255, 0);"><br class=""></span></div><div apple-content-edited="true" class=""><span style="background-color: rgba(255, 255, 255, 0);"><br class=""></span></div><div apple-content-edited="true" class=""><span style="background-color: rgba(255, 255, 255, 0);"><br class="Apple-interchange-newline"></span><div style="height: 133.48px !important;"><table border="0" cellpadding="0" cellspacing="0" width="585" class="" style="border-collapse: collapse; width: 780px !important; height: 284px !important; transform-origin: 0px 0px !important; transform: scale(0.47) !important; margin: 0px -413px -150px 0px !important;"><colgroup class=""><col width="65" span="9" class="" style="width: 65pt;"></colgroup><tbody class=""><tr height="15" class="" style="height: 15pt;"><td height="15" width="65" class="" style="height: 15pt; width: 65pt;"><span style="background-color: rgba(255, 255, 255, 0);">nn</span></td><td width="65" class="" style="width: 65pt;"><span style="background-color: rgba(255, 255, 255, 0);">x</span></td><td width="65" class="" style="width: 65pt;"><span style="background-color: rgba(255, 255, 255, 0);">y</span></td><td width="65" class="" style="width: 65pt;"><span style="background-color: rgba(255, 255, 255, 0);">z</span></td><td width="65" class="" style="width: 65pt;"><span style="background-color: rgba(255, 255, 255, 0);">X</span></td><td width="65" class="" style="width: 65pt;"><span style="background-color: rgba(255, 255, 255, 0);">Y</span></td><td width="65" class="" style="width: 65pt;"><span style="background-color: rgba(255, 255, 255, 0);">Z</span></td><td width="65" class="" style="width: 65pt;"><span style="background-color: rgba(255, 255, 255, 0);">uni</span></td><td width="65" class="" style="width: 65pt;"><span style="background-color: rgba(255, 255, 255, 0);">bi</span></td></tr><tr height="15" class="" style="height: 15pt;"><td height="15" align="right" class="" style="text-align: start; height: 15pt;"><span style="background-color: rgba(255, 255, 255, 0);">0</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">39.527</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">28.202</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">160.219</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">3435</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">19658</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">2764</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">3.86942</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">0.74871</span></td></tr><tr height="15" class="" style="height: 15pt;"><td height="15" align="right" class="" style="text-align: start; height: 15pt;"><span style="background-color: rgba(255, 255, 255, 0);">1</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">70.804</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">-2.966</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">157.578</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">3161</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">17204</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">9466</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">6.64361</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">0.78373</span></td></tr><tr height="15" class="" style="height: 15pt;"><td height="15" align="right" class="" style="text-align: start; height: 15pt;"><span style="background-color: rgba(255, 255, 255, 0);">2</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">48.982</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">-25.674</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">109.022</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">18424</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">17467</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">16955</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">5.02491</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">1.0451</span></td></tr><tr height="15" class="" style="height: 15pt;"><td height="15" align="right" class="" style="text-align: start; height: 15pt;"><span style="background-color: rgba(255, 255, 255, 0);">3</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">83.514</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">-9.096</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">120.988</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">13600</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">19721</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">2669</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">4.47977</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">0.9348</span></td></tr><tr height="15" class="" style="height: 15pt;"><td height="15" align="right" class="" style="text-align: start; height: 15pt;"><a dir="ltr" href="x-apple-data-detectors://0" x-apple-data-detectors="true" x-apple-data-detectors-type="calendar-event" x-apple-data-detectors-result="0" style="background-color: rgba(255, 255, 255, 0);"><font color="#000000">4</font></a></td><td align="right" class="" style="text-align: start;"><a dir="ltr" href="x-apple-data-detectors://0" x-apple-data-detectors="true" x-apple-data-detectors-type="calendar-event" x-apple-data-detectors-result="0" style="background-color: rgba(255, 255, 255, 0);"><font color="#000000">-16.04</font></a></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">-39.749</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">188.467</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">1564</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">10099</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">10091</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">1.90873</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">0.73286</span></td></tr><tr height="15" class="" style="height: 15pt;"><td height="15" align="right" class="" style="text-align: start; height: 15pt;"><span style="background-color: rgba(255, 255, 255, 0);">5</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">74.526</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">-3.096</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">174.347</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">21598</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">19018</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">21205</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">8.4263</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">0.70594</span></td></tr><tr height="15" class="" style="height: 15pt;"><td height="15" align="right" class="" style="text-align: start; height: 15pt;"><span style="background-color: rgba(255, 255, 255, 0);">6</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">54.93</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">-56.347</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">151.496</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">21283</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">11341</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">18399</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">7.53334</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">2.17128</span></td></tr><tr height="15" class="" style="height: 15pt;"><td height="15" align="right" class="" style="text-align: start; height: 15pt;"><span style="background-color: rgba(255, 255, 255, 0);">7</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">56.936</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">-20.131</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">186.177</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">1171</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">2723</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">20833</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">7.16118</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">1.44875</span></td></tr><tr height="15" class="" style="height: 15pt;"><td height="15" align="right" class="" style="text-align: start; height: 15pt;"><span style="background-color: rgba(255, 255, 255, 0);">8</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">-14.627</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">-47.1</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">162.185</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">51</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">15729</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">15865</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">2.13939</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">0.70887</span></td></tr><tr height="15" class="" style="height: 15pt;"><td height="15" align="right" class="" style="text-align: start; height: 15pt;"><span style="background-color: rgba(255, 255, 255, 0);">9</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">38.207</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">-59.201</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">147.993</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">9331</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">5851</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">9106</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">5.83457</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">4.32971</span></td></tr><tr height="15" class="" style="height: 15pt;"><td height="15" align="right" class="" style="text-align: start; height: 15pt;"><span style="background-color: rgba(255, 255, 255, 0);">10</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">50.645</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">-32.04</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">110.418</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">310</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">3513</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">9121</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">5.3741</span></td><td align="right" class="" style="text-align: start;"><span style="background-color: rgba(255, 255, 255, 0);">1.14543</span></td></tr><tr height="15" class="" style="height: 15pt;"></tr></tbody></table></div></div></div><br>Neil Srinivasan<div>iPhone </div></div><div><br>On 7 Feb 2016, at 10:15 a.m., Richardson CFD <<a href="mailto:garcfd@gmail.com">garcfd@gmail.com</a>> wrote:<br><br></div><blockquote type="cite"><div><div dir="ltr"><div><div><div>Kenneth, wonderful - that's done the trick (see attached).<br>A quick and simple solution! <br><br>Whats the difference between an image file (and the unstructured data file that I have created)?<br></div></div></div><br>Thanks very much, Giles.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Feb 7, 2016 at 6:31 AM, Moreland, Kenneth <span dir="ltr"><<a href="mailto:kmorel@sandia.gov" target="_blank">kmorel@sandia.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<div style="word-wrap:break-word;color:rgb(0,0,0);font-size:14px;font-family:Calibri,sans-serif">
<div>
<div>
<div>Giles,</div>
</div>
</div>
<div><br>
</div>
<div>I think I've figured out your problem. The scalars data you sent me is an unstructured grid with "voxel"-type cells. One of my least favorite features of VTK is that there is a distinction between a box in an unstructured grid (called a hexahedra) and
 a box in a data set with structured grid (called a voxel). These two cells are essentially the same shape, but the order of the points is different.</div>
<div><br>
</div>
<div>The reason why I dislike this feature is that it is technically allowable to put voxel cells in an unstructured grid. However, this fouls up lots of filters that don't check for this corner case. Apparently the probe filter, which is the underlying filter
 for resample with dataset, is one of the filters broken for voxels. (Unless there is something else about this dataset that I am missing.) I submitted a bug about this (<a href="http://www.paraview.org/Bug/view.php?id=15982" target="_blank">http://www.paraview.org/Bug/view.php?id=15982</a>).</div>
<div><br>
</div>
<div>The most expedient way around this problem is to run the tetrahedralize filter on the scalars. That will convert the voxels to tetrahedra correctly, and the probe filter has no problem on that data type. The interpolation will be slightly different but
 close. Overall a better solution is to save your data as image data rather than convert it to an unstructured grid. The file will be smaller and the interpolation should happen correctly.</div>
<div><br>
</div>
<div>-Ken</div>
<div><br>
</div>
<span>
<div style="font-family:Calibri;font-size:11pt;text-align:left;color:black;BORDER-BOTTOM:medium none;BORDER-LEFT:medium none;PADDING-BOTTOM:0in;PADDING-LEFT:0in;PADDING-RIGHT:0in;BORDER-TOP:#b5c4df 1pt solid;BORDER-RIGHT:medium none;PADDING-TOP:3pt">
<span style="font-weight:bold">From: </span>Richardson CFD <<a href="mailto:garcfd@gmail.com" target="_blank">garcfd@gmail.com</a>><br>
<span style="font-weight:bold">Date: </span>Saturday, February 6, 2016 at 5:54 AM<br>
<span style="font-weight:bold">To: </span>"<a href="mailto:paraview@paraview.org" target="_blank">paraview@paraview.org</a>" <<a href="mailto:paraview@paraview.org" target="_blank">paraview@paraview.org</a>>, Kenneth Moreland <<a href="mailto:kmorel@sandia.gov" target="_blank">kmorel@sandia.gov</a>><br>
<span style="font-weight:bold">Subject: </span>[EXTERNAL] mapping scalars onto surface geometry<br>
</div>
<div><br>
</div>
<div>
<div>
<div dir="ltr">Kenneth,<br>
<br>
I have made two files here available for download (sphere.stl and scalars.vtk).<br>
<div><br>
<a href="https://drive.google.com/file/d/0B4bNbYR3XwvQVlBZNlVBX0RXSkU/view?usp=sharing" target="_blank">https://drive.google.com/file/d/0B4bNbYR3XwvQVlBZNlVBX0RXSkU/view?usp=sharing</a><br>
<br>
<a href="https://drive.google.com/file/d/0B4bNbYR3XwvQTkJxRDhLb0MxZGc/view?usp=sharing" target="_blank">https://drive.google.com/file/d/0B4bNbYR3XwvQTkJxRDhLb0MxZGc/view?usp=sharing</a><br>
<br>
</div>
<div>I hope you can give these a try using "Resample with Dataset" to see what the problem is.<br>
<br>
Regards Giles.<br>
</div>
</div><span class="">
<div>



<table style="border-top:1px solid #aaabb6;margin-top:30px">
<tbody>
<tr>
<td style="width:105px;padding-top:15px"><a href="https://www.avast.com/sig-email" target="_blank"><img src="https://ipmcdn.avast.com/images/logo-avast-v1.png" style="width:90px;min-height:33px"></a></td>
<td style="width:470px;padding-top:20px;color:#41424e;font-size:13px;font-family:Arial,Helvetica,sans-serif;line-height:18px">
This email has been sent from a virus-free computer protected by Avast. <br>
<a href="https://www.avast.com/sig-email" style="color:#4453ea" target="_blank">www.avast.com</a></td></tr></tbody></table>
<a href="#760742403_DDB4FAA8-2DD7-40BB-A1B8-4E2AA1F9FDF2" width="1" height="1"></a></div>
</span></div>
</div>
</span>
</div>

</blockquote></div><br></div>
</div></blockquote><blockquote type="cite"><div><Capture2.PNG></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>