Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Decompose polyhedron into tetrahedron

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Decompose polyhedron into tetrahedron


Chronological Thread 
  • From: Jeffrey Bush <>
  • To: "" <>
  • Subject: Re: [cgal-discuss] Decompose polyhedron into tetrahedron
  • Date: Sun, 7 Sep 2014 16:38:19 -0700

This is the basic idea of "triangulation" in the 3D sense. SeeĀ http://doc.cgal.org/latest/Triangulation_3/

The basic 3D-triangulation class of CGAL is primarily designed to represent the triangulations of a set of points A in R3. It is a partition of the convex hull of A into tetrahedra whose vertices are the points of A.

Jeff


On Sun, Sep 7, 2014 at 4:12 PM, erocha.ssa <> wrote:
How can I decompose a polyhedron (CGAL::Polyhedron_3) into a set of
tetrahedra ? Sorry, if this question has been asked before, but I couldn't
find any answer googleing it. Pointer to any documentation will be very much
appreciated.
Thanks in advance



--
View this message in context: http://cgal-discuss.949826.n4.nabble.com/Decompose-polyhedron-into-tetrahedron-tp4659800.html
Sent from the cgal-discuss mailing list archive at Nabble.com.

--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss






Archive powered by MHonArc 2.6.18.

Top of Page