[vtkusers] How to make this output near to the actual appearence

Ali Habib ali.mahmoud.habib at gmail.com
Fri Dec 18 09:21:54 EST 2009


Dear Bill,

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

Best regards

On Fri, Dec 18, 2009 at 3:54 PM, Bill Lorensen <bill.lorensen at gmail.com>wrote:

> What is the problem you are trying to solve? We can't tell from an
> image. Are your trying to generate surface meshes? Are you trying to
> generate tetrahedrons? If tetrahedrons, what is the purpose of the
> generated model? If it is for finite element analysis, then I don't
> believe that vtk can generate finite element models that are suitable
> for analysis. (although I could be wrong here).
>
> And please, stop reposting the same question over and over and over
> and over and over with a different subject line.
>
> Bill
>
> On Thu, Dec 17, 2009 at 11:17 PM, Ali Habib <ali.mahmoud.habib at gmail.com>
> wrote:
> >
> > Dear All,
> >
> > I successfuly start building a mesh , what shall I do to make the
> > output(attached) near to the image at this link
> > http://www.iue.tuwien.ac.at/phd/fleischmann/img346.gif
> >
> > I used after VtkMarchingCube
> >
> >             vtkTriangleFilter *VTF =  vtkTriangleFilter::New();
> >             VTF->SetInput(skinExtractor->GetOutput());
> >             vtkQuadricClustering *VQDC =  vtkQuadricClustering::New();
> >             VQDC->SetNumberOfXDivisions(32);
> >             VQDC->SetNumberOfYDivisions(32);
> >             VQDC->SetNumberOfZDivisions(32);
> >             VQDC->SetInput(VTF->GetOutput());
> > Any advice please
> >
> >
> > _______________________________________________
> > Powered by www.kitware.com
> >
> > Visit other Kitware open-source projects at
> > http://www.kitware.com/opensource/opensource.html
> >
> > Please keep messages on-topic and check the VTK FAQ at:
> > http://www.vtk.org/Wiki/VTK_FAQ
> >
> > Follow this link to subscribe/unsubscribe:
> > http://www.vtk.org/mailman/listinfo/vtkusers
> >
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20091218/0e24be4d/attachment.htm>


More information about the vtkusers mailing list