<div dir="ltr"><div>Dear Bill,</div>
<div> </div>
<div>I want to create surface mesh for Finite elment analysis , I just need the mesh and it become near to its shape I attached the code at my previous mail </div>
<div> </div>
<div>Best regards </div>
<div> </div>
<div class="gmail_quote">On Fri, Dec 18, 2009 at 3:54 PM, Bill Lorensen <span dir="ltr">&lt;<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">What is the problem you are trying to solve? We can&#39;t tell from an<br>image. Are your trying to generate surface meshes? Are you trying to<br>
generate tetrahedrons? If tetrahedrons, what is the purpose of the<br>generated model? If it is for finite element analysis, then I don&#39;t<br>believe that vtk can generate finite element models that are suitable<br>for analysis. (although I could be wrong here).<br>
<br>And please, stop reposting the same question over and over and over<br>and over and over with a different subject line.<br><br>Bill<br>
<div>
<div></div>
<div class="h5"><br>On Thu, Dec 17, 2009 at 11:17 PM, Ali Habib &lt;<a href="mailto:ali.mahmoud.habib@gmail.com">ali.mahmoud.habib@gmail.com</a>&gt; wrote:<br>&gt;<br>&gt; Dear All,<br>&gt;<br>&gt; I successfuly start building a mesh , what shall I do to make the<br>
&gt; output(attached) near to the image at this link<br>&gt; <a href="http://www.iue.tuwien.ac.at/phd/fleischmann/img346.gif" target="_blank">http://www.iue.tuwien.ac.at/phd/fleischmann/img346.gif</a><br>&gt;<br>&gt; I used after VtkMarchingCube<br>
&gt;<br>&gt;             vtkTriangleFilter *VTF =  vtkTriangleFilter::New();<br>&gt;             VTF-&gt;SetInput(skinExtractor-&gt;GetOutput());<br>&gt;             vtkQuadricClustering *VQDC =  vtkQuadricClustering::New();<br>
&gt;             VQDC-&gt;SetNumberOfXDivisions(32);<br>&gt;             VQDC-&gt;SetNumberOfYDivisions(32);<br>&gt;             VQDC-&gt;SetNumberOfZDivisions(32);<br>&gt;             VQDC-&gt;SetInput(VTF-&gt;GetOutput());<br>
&gt; Any advice please<br>&gt;<br>&gt;<br></div></div>&gt; _______________________________________________<br>&gt; Powered by <a href="http://www.kitware.com/" target="_blank">www.kitware.com</a><br>&gt;<br>&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>&gt;<br>&gt; Please keep messages on-topic and check the VTK FAQ at:<br>&gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;<br>&gt; Follow this link to subscribe/unsubscribe:<br>&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>&gt;<br>&gt;<br></blockquote></div>
<br></div>