<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        color:black;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";
        color:black;}
p.msonormal0, li.msonormal0, div.msonormal0
        {mso-style-name:msonormal;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        color:black;}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:Consolas;
        color:black;}
span.EmailStyle21
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body bgcolor="white" lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="color:windowtext">Hadrien,<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:windowtext"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="color:windowtext">I’m not sure what you mean by the “area” of points. As I’m sure you know, particles are 0D elements and themselves have no area to speak of. As you said, you can use the glyph operation to create a surface
 around each point, but the surface area in that case is simply the surface area of the sphere size you chose times the number of points.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:windowtext"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="color:windowtext">You’ve asked if you can project the points onto an existing mesh surface. I don’t know of an easy way to do that, but let’s put that problem aside for a moment. Assuming you could, what good would that do?
 Points on a surface are still just points. The surface area of your mesh (nasal cavity) will be the same surface area regardless of how many points are in it and where they are.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:windowtext"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="color:windowtext">Can you more precisely describe what it is you are trying to measure?<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:windowtext"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="color:windowtext">-Ken<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:windowtext"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="color:windowtext">(By the way, the ParaView team has been transitioning from using this mailing list to using a tool called discourse to ask questions and archive results. In the future, I suggest posting questions to
<a href="https://discourse.paraview.org/">https://discourse.paraview.org/</a> rather on this list.)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:windowtext"><o:p> </o:p></span></p>
<div>
<div style="border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span style="color:windowtext">From:</span></b><span style="color:windowtext"> ParaView [mailto:paraview-bounces@public.kitware.com]
<b>On Behalf Of </b>hadrien calmet<br>
<b>Sent:</b> Tuesday, September 25, 2018 8:04 AM<br>
<b>To:</b> paraview@public.kitware.com<br>
<b>Subject:</b> [EXTERNAL] [Paraview] point to surface<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p>Hi every one <o:p></o:p></p>
<p class="MsoNormal">I have a list of point (coordinate x,y,z), using<b> table to point</b> I can visualize it on PV.<br>
But I would like to know the total area of those points.<br>
So I tried <b>glyph</b> (sphere, all the points) than <b>integrate variable </b>and I obtained the area.<br>
But the area is depending of the radius that I put on <b>glyph</b> parameter.<br>
<br>
those points are the deposition of particles in a complex geometry(human nasal cavity)<br>
They are calculated when they intersect the surface mesh of the nasal cavity. <br>
<br>
my question: <br>
There is a way to "project" those points on the mesh surface (then filtering and <b>
integrate variable</b> to calculate the total area) ?<br>
<br>
thank you <br>
<br>
<br>
<br>
<br>
<o:p></o:p></p>
<pre>Hadrien Calmet<o:p></o:p></pre>
<pre>Dpt. Computer Applications in Science and Engineering<o:p></o:p></pre>
<pre>Barcelona Supercomputing Center (BSC-CNS)<o:p></o:p></pre>
<pre>Edificio Nexus II - Planta 3<o:p></o:p></pre>
<pre>C/ JORDI GIRONA, 29<o:p></o:p></pre>
<pre>08034 Barcelona, Spain<o:p></o:p></pre>
<pre>Tel: +34 93 413 79 40<o:p></o:p></pre>
<pre>Fax: +34 93 413 7721<o:p></o:p></pre>
<pre>www: <a href="http://www.bsc.es">www.bsc.es</a><o:p></o:p></pre>
<p class="MsoNormal"><br>
<br>
WARNING / LEGAL TEXT: This message is intended only for the use of the individual or entity to which it is addressed and may contain information which is privileged, confidential, proprietary, or exempt from disclosure under applicable law. If you are not the
 intended recipient or the person responsible for delivering the message to the intended recipient, you are strictly prohibited from disclosing, distributing, copying, or in any way using this message. If you have received this communication in error, please
 notify the sender and destroy and delete any copies you may have received. <br>
<br>
<a href="http://www.bsc.es/disclaimer">http://www.bsc.es/disclaimer</a> <o:p></o:p></p>
</div>
</body>
</html>