Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Non convex 2D mesh generation

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Non convex 2D mesh generation


Chronological Thread 
  • From: Shuchu Han <>
  • To:
  • Subject: Re: [cgal-discuss] Non convex 2D mesh generation
  • Date: Sat, 11 Jul 2009 16:36:05 +0800
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=fc4c29gaXHzNFHEX4y6wgQm+ZyvCAWyy0OMNpxQLnHiCAnyMud7UaaVN7DpBnE8ljJ AcYySAwqFVv4igCFkFA9q+c+x4IhtYP/s9UvQPJa4aonTE1Xis89mZLbIdAoZ/dd7QbU MedoTcDPK7GbnhvLmsHZ9R9JWPWB2aQFkYzfU=

Hi, Gil,

The boundary of CDT is convex one.  U can use CGAL::Triangulation_2 to store/process the non-convex triangulation mesh.
 

best regards
shuchu

On Sat, Jul 11, 2009 at 12:38 AM, Gil Hoffer <> wrote:
Hi,

I'm working on some academic project, and I'd like to generate a 2D triangular mesh using the CGAL meshing package (with Constrained Delaunay Triangulation).
Unfortunately, when trying to create the mesh for a non-convex area, I get triangles which are outside the area I want to mesh (see attached image as example).
Is there a way to tell the meshing procedure not to do that?

thank you!

Gil




Archive powered by MHonArc 2.6.16.

Top of Page