Fw: [vtkusers] Closing 3d surfaces...

alexandre gouaillard alexandre.gouaillard at insa-lyon.fr
Mon May 1 11:57:29 EDT 2000



> dear michal and dear all,
>
> We are curently working on a similar problem.
> We have found a quite easy solution for one hole, but it doesn't work when
> you have multiple holes.
> Please find along the corresponding code, implemented as a VTK class
> (VtkCloseMesh).
> vtkCloseMesh.* are the main files
> vtkCloseMeshTCL_INIT.cxx is for TCL wrapping
> and the .dsp files are for compiling with MSVC++
>
> Here is the method under "heavy" :-) investigation right now which should
> lead to the multiple holes' closing:
>
> * find edge through VtkFeatureEdge class,
> * separate holes (method is still to find , we are thinking about using
the
> vtkConnectivityFilter somehow, but it would mean we are first able to join
> all the points corresponding to one specific edge)
> * apply the allready existing method (implemented in our vtkCloseMesh) to
> close each hole one by one.
>
> If someone allready implemented a working solution to this problem, or if
> someone go any idea about another vtk class that could be used in a smart
> way here, please contact either Bertrand Delhay
> (bdelhay at ge-serveur.insa-lyon.fr) who is responsible for this point in the
> team, or myself.
>
> regards,
>
> alex. gouaillard, for the "WaveMesh" graduation project's team
>
>
> ----- Original Message -----
> From: "Michal Chlebiej" <mchlebie at ajax.umcs.lublin.pl>
> To: <vtkusers at public.kitware.com>
> Sent: Tuesday, April 30, 2002 11:40 AM
> Subject: [vtkusers] Closing 3d surfaces...
>
>
> > Hi all
> >
> > I've generated surface with MC algorithm. The I've preformed some
cutting
> > (clippolydata with plane) operations so I've created a polydata with
> > holes. In vtk it's possible to extract edges but is it possible to
> > triangulate them???
> >
> > I have to close the edges to  affirm if some points are situated
> > inside/outside the surface...
> >
> > please help
> >
> > regards
> >
> > Meow
> >
> >
> > _______________________________________________
> > This is the private VTK discussion list.
> > Please keep messages on-topic. Check the FAQ at:
> <http://public.kitware.com/cgi-bin/vtkfaq>
> > Follow this link to subscribe/unsubscribe:
> > http://public.kitware.com/mailman/listinfo/vtkusers
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vtkCloseMesh.h
Type: application/octet-stream
Size: 874 bytes
Desc: not available
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20000501/f35f68d4/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vtkCloseMesh.cxx
Type: application/octet-stream
Size: 3044 bytes
Desc: not available
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20000501/f35f68d4/attachment-0001.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vtkCloseMeshTCL_INIT.cxx
Type: application/octet-stream
Size: 663 bytes
Desc: not available
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20000501/f35f68d4/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vtkClosemeshTCL.dsp
Type: application/octet-stream
Size: 5301 bytes
Desc: not available
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20000501/f35f68d4/attachment-0003.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vtkCloseMesh.dsp
Type: application/octet-stream
Size: 4367 bytes
Desc: not available
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20000501/f35f68d4/attachment-0004.obj>


More information about the vtkusers mailing list