<div dir="ltr">Pamela,<br><br>You can try to scale your coordinates. <br>Get the bounding box of your points and define the linear transformation<br>x1=ax+b; y1=cy+d; z1=ez+f, a,b,c,d,e,f such that the bounding box becomes the unit cube [0,1]x[0,1]x[0,1]. Apply the transformation to your points. Then, mesh them with Delaunay3D. Finally, apply the inverse transfomation.<br>
<br>Marie-Gabrielle<br><br>&gt; Date: Mon, 6 Oct 2008 17:21:19 -0300<br>
&gt; From: pam &lt;<a href="mailto:papereyra@gmail.com" target="_blank">papereyra@gmail.com</a>&gt;<br>
&gt; Subject: [vtkusers] delaunay 3D with very close points<br>
&gt; To: <a href="mailto:vtkusers@vtk.org" target="_blank">vtkusers@vtk.org</a><br>
&gt; Message-ID:<br>
 &nbsp; &gt; &nbsp; &nbsp;&nbsp; &lt;<a href="mailto:2bcd18a00810061321i3fcba41hc7db331a9723fbfa@mail.gmail.com" target="_blank">2bcd18a00810061321i3fcba41hc7db331a9723fbfa@mail.gmail.com</a>&gt;<br>&gt; 
Content-Type: text/plain; charset=UTF-8<br>
&gt; <br>
&gt; hi all, I was trying Delaunay3D with some points and I found that it<br>
&gt; has problem when are very close in Z in my case.<br>
&gt; This is my groups of points and in Z the points are so near that I<br>
&gt; think the algorithm are taken this in the same plane because I can?t<br>
&gt; see anything<br>&gt; 
with Delaunay3D but I can see something in delaunay2D. I was playing<br>&gt; 
with setAlpha and setTolerance but I couldn&#39;t make it work. There is<br>
&gt; any solution? Maybe could I change the referential in Z?<br>
&gt; <br>
&gt; pts-&gt;InsertPoint(0,25783.132,11566.265,1204.81926);<br><div>&gt; 
pts-&gt;InsertPoint(1,22435.896,14102.563,1282.0512);<br>
&gt; pts-&gt;InsertPoint(2,24875,13875,1250);<br>
&gt; pts-&gt;InsertPoint(3,26097.56,12804.878,1219.5122);<br>
&gt; pts-&gt;InsertPoint(4,27926.829,13780.487,1219.5122);<br>
&gt; pts-&gt;InsertPoint(5,31923.076,14743.589,1282.0512);<br>
&gt; pts-&gt;InsertPoint(6,24000,17625,1250);<br>
&gt; <br>
&gt; Thanks in advance.<br>
&gt; <br>
&gt; Pamela<br>
</div></div>