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 20:06:23 -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=Tn2Crbuq6bzwiICieS7HNxbhyvvo6xzH4LMq2daETX92MeygVbT46x/4V29xqN8jyvgZ6g9I/ck+fvdeXhtt/uPb87M9xWHFtRkc9k1xX0mTL0119pSTaJHQnUPjdFXPBcCng/xRDO4EA37adBkPjM/OSqnSu5tVL9xvRWGcPSM=

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".

If this is a student project then I suggest you discuss the problem with your professor. S/He understands the requirements and your abilities and is probably in the best position to advise you.



On 2/22/07, Olumide <> wrote:
Damian Sheehy wrote:
> If your mesh is not convex then I would not recommend that approach.

What would you recommend then? Some sort of Mesh? constrained
triangulation? ...


--
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