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:59:17 +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=x0UPY3cFd922JHU2Ep02z7+4vZ330JjjCXA086zDQCYMxjcFzHC2dMlj2x26xfhNrF pqf217Ha1+7qSbylwBV1BQeMuX/tJl8xwn9ah6QMbdBceVjg+HJKaL3673QK7No28il8 qCB2n9g2HNMlJhq2yv3s3/qONsLk6huuKmvbM=

Sorry Gil, Please forgot about my last reply. It's a wrong answer.

shuchu

On Sat, Jul 11, 2009 at 4:36 PM, Shuchu Han <> wrote:
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