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: "Damian Sheehy" <>
  • To:
  • Subject: Re: [cgal-discuss] How to store an existing triangulation in CGAL
  • Date: Thu, 22 Feb 2007 16:33:11 -0500
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=W4aXgz+mUWRfI6dQKJYSVOTyhXDg+glsV6ZQA+UZqucwSRlVc9rCLkbP2nNUBaE/krafTsa3R6Eut5rpHSs4CWRxGECV/YnldKJVCcueMLoz6LGofC1ipix+6DeNlewUpfwn2YIUtNvtTSRr5CWmJ6iG3yADn4u636aLiu4PJis=

If your mesh is not convex then I would not recommend that approach.

 
On 2/22/07, Olumide <> wrote:
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
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss




Archive powered by MHonArc 2.6.16.

Top of Page