Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] 2D mesh - how to enforce integrity of certain edges of a PSLG input

Subject: CGAL users discussion list

List archive

[cgal-discuss] 2D mesh - how to enforce integrity of certain edges of a PSLG input


Chronological Thread 
  • From: "M. Hazegh" <>
  • To:
  • Subject: [cgal-discuss] 2D mesh - how to enforce integrity of certain edges of a PSLG input
  • Date: Mon, 22 Sep 2008 16:38:52 -0400
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition:x-google-sender-auth; b=XnI8iwZ+1tzZF9zgBJFM4thUYTedLGqXlpdmBxkeDN4+j+Mbql7ezzoKC8XJQIec7t 2aYGN7aYqQiYkqEI4siT16pBVg4mdRhg0XGAe39J1+cimyV4VnlM881AJJlXn86Fk1n7 ayqh7SLobBAJk9T3wwK9LM1VATm/Sk1td8ZR4=

Hi everyone,

Say I have 4 edges that define a rectangle. These edges are the
constraints that will be used as input to create a 2D Constrained
Delaunay Triangulation.

I would like to make sure one of the edges will not have any nodes
inserted on it (i.e. keeps it's integrity) during the triangulation
process.

Is it possible to enforce such constraints with CGAL?

Thank you.
-Ramin



Archive powered by MHonArc 2.6.16.

Top of Page