Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: Triangulaing a polyhedron

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: Triangulaing a polyhedron


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Re: Triangulaing a polyhedron
  • Date: Fri, 24 Feb 2012 17:19:48 +0100

On 02/24/2012 11:13 AM, Zohar wrote:

I considered alpha-shapes, but it seemed too crude (although I should give
it a go). I thought more in the line of ball pivoting by IBM, and another
one by Curless that MeshLab offers for example. Someone also recommended for
me Power Crust. But never mind, if there isn't something out-of-the-box in
CGAL, then I'll figure something out, thanks.

A quick small question please: How do I triangulate a Polyhedron_3's face?

--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Triangulaing-a-polyhedron-tp4390780p4416725.html
Sent from the cgal-discuss mailing list archive at Nabble.com.

This can be done in the polyhedron demo.

For the code see:
CGAL-X.X/demo/Polyhedron/Polyhedron_demo_triangulate_facets_plugin.cpp

Sebastien.



Archive powered by MHonArc 2.6.16.

Top of Page