Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Triangulation to Polyhedron

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Triangulation to Polyhedron


Chronological Thread 
  • From: "Shi Yan" <>
  • To:
  • Subject: Re: [cgal-discuss] Triangulation to Polyhedron
  • Date: Wed, 19 Nov 2008 12:09:56 -0800
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=D2S3qhgQeQzun4B0PC5i/yBQfHsURaat3VPLlCC2m63V3mzz51PA7cSy1sBnARZEH8 h1BihoxrsLiOpKubrefGLErX6llSG16aYVUtmhCPJuNTGl+NYFoX4D+DUWCt+oID7mrm 4WvgqS6SlAsHNUCE8tRY2hootreeUTwuG0b+M=

i had the same problem, i solved it by using the incremental builder.

in my program, i need to re-triangulate triangles on a 3D surface. i
first do the triangulation in 2D. and then use the incremental builder
to create the same triangulation in 3D in the polyhedron_3 format. and
finally attach the re-triangulated piece to the original surface.

actually, i didn't use the triangulation feature of the CGAL, i used
another library. because in my case, the thing that needs to be
triangulated may be a concave polygon. i don't know how CGAL can do
the triangulation while preserving the concave border.



On Wed, Nov 19, 2008 at 11:48 AM,
<>
wrote:
> Hi,
>
> How do you convert a Delaunay_triangulation_3 object to a Polyhedron_3
> object?
>
> I tried to use CGAL::assign(), but it didn't work.
>
>
> Thank you.
>
> ________________________________
> Alle fun stuff van Messenger nu verzameld op één coole site! Windows Live
> Messenger



--
Dept. of Computer Science
University of California, Davis
Homepage:http://wwwcsif.cs.ucdavis.edu/~yans/



Archive powered by MHonArc 2.6.16.

Top of Page