<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"><<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>></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'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'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 <<a href="mailto:ali.mahmoud.habib@gmail.com">ali.mahmoud.habib@gmail.com</a>> wrote:<br>><br>> Dear All,<br>><br>> I successfuly start building a mesh , what shall I do to make the<br>
> output(attached) near to the image at this link<br>> <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>><br>> I used after VtkMarchingCube<br>
><br>> vtkTriangleFilter *VTF = vtkTriangleFilter::New();<br>> VTF->SetInput(skinExtractor->GetOutput());<br>> vtkQuadricClustering *VQDC = vtkQuadricClustering::New();<br>
> VQDC->SetNumberOfXDivisions(32);<br>> VQDC->SetNumberOfYDivisions(32);<br>> VQDC->SetNumberOfZDivisions(32);<br>> VQDC->SetInput(VTF->GetOutput());<br>
> Any advice please<br>><br>><br></div></div>> _______________________________________________<br>> Powered by <a href="http://www.kitware.com/" target="_blank">www.kitware.com</a><br>><br>> Visit other Kitware open-source projects at<br>
> <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 VTK FAQ at:<br>> <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
><br>> Follow this link to subscribe/unsubscribe:<br>> <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>><br>><br></blockquote></div>
<br></div>