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: Olumide <>
  • To:
  • Subject: Re: [cgal-discuss] How to store an existing triangulation in CGAL
  • Date: Thu, 22 Feb 2007 21:07:27 +0000

Damian Sheehy wrote:
Well, if your mesh is contained in a file on disk, you may want to consider writing a script that converts that mesh into the Triangulation_2 format. The Triangulation_2 file could then be read into CGAL using the Triangulation_2 >> operator.

Thanks.

Can you (or anyone please) send me an example of such a triangulation file?

One last question, or note of concern. Will my triangulated mesh be considered valid? - even if its bounded faces do not form a convex hull of the set of vertices it consists of.

- Olumide



Archive powered by MHonArc 2.6.16.

Top of Page