Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] c2t3 question - finding the Delaunay traingulation of

Subject: CGAL users discussion list

List archive

[cgal-discuss] c2t3 question - finding the Delaunay traingulation of


Chronological Thread 
  • From: Sean McDuffee <>
  • To:
  • Subject: [cgal-discuss] c2t3 question - finding the Delaunay traingulation of
  • Date: Mon, 30 Mar 2009 10:45:02 -0400
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=JicyL1+JIbZbarSOQWYCXZrxK+C3Wic6sPu7xxUvHXrbJ7sKrgrBU2VAwtTPec7obY 04LPeD+T+NAcFnw2n1FUq3u7IeuH5OMXDv+GTviWUnUYeyKNO6fkCwk2tLOcbyTa9con DgdBKjBHIG8ailIxKXPGVVjP69kS82CQo6+Y8=

Hi,

I'd like to input a surface mesh and compute it's Delaunay triangulation.  It seems I should use Polyhedron_incremental_builder_3 for reading in the .obj file.  This will fill out a Polyhedron_3.  For a triangulation I guess I need to somehow insert this Poly data structure into a Delaunay_Triangulation_3 with the original Polyhedron_3 as a SurfaceMeshComplex_2InTriangulation_3 and then use the make_surface_mesh function to get a mesh I can output back to a .obj.  Can someone tell me if this is the right track?  I don't seem to know how to exactly put this together.

Thanks,
Sean



Archive powered by MHonArc 2.6.16.

Top of Page