Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] How to store an existing triangulation in CGAL

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] How to store an existing triangulation in CGAL


Chronological Thread 
  • From: Mariette Yvinec <>
  • To:
  • Subject: Re: [cgal-discuss] How to store an existing triangulation in CGAL
  • Date: Sun, 25 Feb 2007 11:20:59 +0100

Olumide a écrit :

Damian Sheehy wrote:

I think a constrained Delaunay would be an overkill. You would have to impose a constraint for every single edge of your "orphan mesh" to achieve an exact replica. You could consider triangulating the free boundary of your mesh using a constrained Delaunay and merging this with your existing mesh, but this is complex for a "novice".


:( Thanks.

I guess I have to do the whole thing "by hand" in/with GTS ( http://gts.sourceforge.net/ ).

Maybe this is something that should be added to CGAL in the future.

- Olumide

Inserting the edges of your triangulation into a constrained Delaunay triangulation
is easy and might be not so bad a solution.




Archive powered by MHonArc 2.6.16.

Top of Page