<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)">
<!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><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:Verdana;
        panose-1:2 11 6 4 3 5 4 4 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.EmailStyle20
        {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">Weiguang,<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 just want to clarify something quickly with your question. When you say “</span><span style="color:#404040">some of the points are ignored in the process of Delauney triangulation” and “</span>dangling points,”
 do you mean that you can see some spheres that are inside the rest of the spheres?<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I note in your description that you said you are looking at the wireframe of the Delaunay triangulation. The wireframe representation actually only shows the wireframe of the
<i>surface</i>. You will not see the edges on the interior of the mesh, so any points that are on the interior will not look connected even if they are.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Instead of showing the wireframe, run the Extract Edges filter (which will show a wireframe of
<i>all</i> edges). Does that connect the points like you expect?<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">-Ken<span style="color:windowtext"><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>Weiguang Guan<br>
<b>Sent:</b> Tuesday, May 22, 2018 1:58 PM<br>
<b>To:</b> Will Schroeder <will.schroeder@kitware.com><br>
<b>Cc:</b> paraview@public.kitware.com<br>
<b>Subject:</b> [EXTERNAL] Re: [Paraview] Delaunay3D<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<p class="MsoNormal">Hi Will,<br>
<br>
Thank you very much for your time. I've tried v5.5 and v5.2. This "issue" doesn't seem to have anything to do with the versions.<br>
<br>
First of all, I would like to change my words for the N=5 case, where there might be 2, 3, or even 4 terahedra depending on the relative locations of the 5 points.
<br>
<br>
However, the question for the N=20 case is still pending one. You can see the dangling points if you change the representation from "surface" to "wireframe". I basically have similar result as yours. Because the point source generates point cloud with random
 positions of points, you will see different results each time you change the parameters of Point Source (either number of point or the radius).<br>
<br>
Another question: is there another filter that constructs a grid from a set of points?<br>
<br>
Weiguang<br>
<br>
<br>
On 5/22/2018 3:42 PM, Will Schroeder wrote:<o:p></o:p></p>
</div>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<div>
<div>
<p class="MsoNormal"><span style="font-family:"Verdana",sans-serif">What version of ParaView? Mine works just fine..... 5.5.0-323-g37ce137a21 64-bit<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-family:"Verdana",sans-serif"><o:p> </o:p></span></p>
</div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><span style="font-family:"Verdana",sans-serif"><img width="447" height="562" style="width:4.6562in;height:5.8541in" id="_x0000_i1025" src="cid:image002.png@01D3F1D6.E3275F20" alt="image.png"><img width="520" height="562" style="width:5.4166in;height:5.8541in" id="_x0000_i1026" src="cid:image004.png@01D3F1D6.E3275F20" alt="image.png"><br>
<br>
<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<div>
<p class="MsoNormal">On Tue, May 22, 2018 at 3:05 PM Weiguang Guan <<a href="mailto:guanw@rhpcs.mcmaster.ca">guanw@rhpcs.mcmaster.ca</a>> wrote:<o:p></o:p></p>
</div>
<blockquote style="border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in">
<div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt">Dear Paraview users,<br>
<br>
Based on the documentation, Delaunay3D will construct a <span style="color:#404040">
3D Delaunay triangulation from a list of input points if alpha=0. But I did an experiment that gave a different result. Here are the steps:<br>
(1) Sources->Point source, and set Number of points to N (I experiment with different N=5 and N=20)<br>
(2) Using sphere glyph to display these points<br>
(3) Apply filter "Delaunay 3D" to the points with alpha=0 and display the resultant unstructured grid as wireframe.<br>
<br>
When N=20, I can see some of the points are ignored in the process of Delauney triangulation.
<br>
When N=5, The resultant unstructured grid has 3 cells while I think it should have only 2 tetrahedra.<br>
<br>
Can someone explain it? Thanks a lot.<br>
<br>
Weiguang</span><o:p></o:p></p>
</div>
</div>
<p class="MsoNormal">_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">
http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">
http://paraview.org/Wiki/ParaView</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" target="_blank">
http://markmail.org/search/?q=ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="https://public.kitware.com/mailman/listinfo/paraview" target="_blank">https://public.kitware.com/mailman/listinfo/paraview</a><o:p></o:p></p>
</blockquote>
</div>
<p class="MsoNormal"><br clear="all">
<o:p></o:p></p>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<p class="MsoNormal">-- <o:p></o:p></p>
<div>
<div>
<div>
<p class="MsoNormal">William J. Schroeder, PhD<br>
Kitware, Inc. - Building the World's Technical Computing Software<br>
28 Corporate Drive<br>
Clifton Park, NY 12065<br>
<a href="mailto:will.schroeder@kitware.com" target="_blank">will.schroeder@kitware.com</a><br>
<a href="http://www.kitware.com" target="_blank">http://www.kitware.com</a><br>
(518) 881-4902<o:p></o:p></p>
</div>
</div>
</div>
</blockquote>
<p class="MsoNormal"><br>
<br>
<br>
<o:p></o:p></p>
<pre>-- <o:p></o:p></pre>
<pre>--<o:p></o:p></pre>
<pre>Weiguang Guan<o:p></o:p></pre>
<pre>Research Scientist<o:p></o:p></pre>
<pre>RHPCS, McMaster University<o:p></o:p></pre>
<pre>Phone: 905-525-9140 x22540<o:p></o:p></pre>
</div>
</body>
</html>