Skip to Content.
Sympa Menu

cgal-discuss - Mesh a simple polygon

Subject: CGAL users discussion list

List archive

Mesh a simple polygon


Chronological Thread 
  • From: "Mengda Wu" <>
  • To:
  • Subject: Mesh a simple polygon
  • Date: Mon, 25 Feb 2008 22:38:51 -0800
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=Uac9ORUf/fUVsIa4UPVIxgWsvx9C6T4uw77zn59BFC+PW3ZWLg1mfW9FGhTENVxu8W3OI/O7l6rhOloC/BxMqS8TpTGMea0SH6v6IrxO19o9/zVf6o2GdIhqDgaZzN4dDxqHpCfaPuPEGQtW8gnPz/ECwtjYiutwGsB5CJhaD/Y=

Hi all,

   I am trying to mesh a simple polygon using CGAL. The mesh size is roughly the same as the edge of the polygon.
I am currectly using 2D Conforming Triangulation which uses a constrained Delaunay triangulation. But I found the
edges of the polygon sometimes are split. This effect is not desirable for my application.
Are there any ways to avoid this problem?

Thanks,
Mengda



Archive powered by MHonArc 2.6.16.

Top of Page