Skip to Content.
Sympa Menu

cgal-discuss - Constrained Delaunay Triangulation 3D

Subject: CGAL users discussion list

List archive

Constrained Delaunay Triangulation 3D


Chronological Thread 
  • From: "Henrique Campos Fernandes" <>
  • To:
  • Subject: Constrained Delaunay Triangulation 3D
  • Date: Tue, 27 May 2008 21:59:01 -0300
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=nRxIWhQl/rsIate52iGfNrV+nGSGcunIjnlVa61QAdBhp1x9ickTU+2YAw5MKC0Cj5PatItcTOdV92FAwXltczPigzBCW1MD+a/vjjZZ1P0mTgqtMNK94Mdo23R4wPHmO491alW6dYWBvquKRuJvC0IJAyRZ2LCcfwZEhBYiRLY=

Hi colleagues,
 
I'm working in a facet recovery procedure in order to implement a constrained triangulation in 3D. To achieve this, I delete some tetrahedrons that intercept the missed facet, then I obtain a concavity. After this, I retriangulize this concavity separately (in another triangulation). The problem is how to join the two triangulations. I'm trying to use t.create_cell(Cell_handle) to add the new tetrahedrons, one by one, in the first triangulation but it becomes invalid.
 
Could you help me?
 
Thank you.
 
--
Henrique Campos Fernandes
Federal University of Minas Gerais - Brazil
 

  • Constrained Delaunay Triangulation 3D, Henrique Campos Fernandes, 05/28/2008

Archive powered by MHonArc 2.6.16.

Top of Page