Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] What's the difference between the "face" and "facet" in Class TriangulationDataStructure

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] What's the difference between the "face" and "facet" in Class TriangulationDataStructure


Chronological Thread 
  • From: Clément Jamin <>
  • To:
  • Subject: Re: [cgal-discuss] What's the difference between the "face" and "facet" in Class TriangulationDataStructure
  • Date: Wed, 2 Dec 2015 09:57:47 +0100
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:JiUrwhxTiYc6EoLXCy+O+j09IxM/srCxBDY+r6Qd0eMTIJqq85mqBkHD//Il1AaPBtWFraocw8Pt8IneGkU4qa6bt34DdJEeHzQksu4x2zIaPcieFEfgJ+TrZSFpVO5LVVti4m3peRMNQJW2WVTerzWI4CIIHV2nbEwudrqzQtaapv/0/t7x0qWbWx9Piju5bOE6BzSNhiKViPMrh5B/IL060BrDrygAUe1XwWR1OQDbxE6ktY/jtKNl6Dla7vI969ZbA+K9ZLU9VbUeDTI8Mmlz6tesrgjGVQLI530SVSIdnRNMRgTE9xrnRYyijiyvveV03GyWPNb9UKsvcTWk9aZiDhHy2wkdMDts22VWj8F2kJV5qRegoVQryIrZZYyTKLx8d6bce5UCX21pUcNYVigHCYS5OdhcR9EdNPpV+tGu72AFqgGzUFGh

Hi,

On Wed, Nov 25, 2015 at 6:41 PM, BRYang <> wrote:
Hi, everyone.

I have a Delaunay Triangulation, say DT. The points used for the Delaunay
Triangulation are the vertices of a triangle mesh T. And I would like to get
all the tetrahedrons of DT which are incident to a face S of the triangle
mesh. Any idea of doing that?

 
In which dimension are you? Because you seem to use the dD trangulation package, but if you are in dimension 3, you should use the 3D triangulation package.

And I am still confused about the definitions of  "face" and "facet" in
Class TriangulationDataStructure. The "facet " means the faces of the
tetrahedrons or the faces of the triangle mesh?

Face and facets are defined here: http://doc.cgal.org/latest/Triangulation/#title3 

Best,
Clément


--
View this message in context: http://cgal-discuss.949826.n4.nabble.com/What-s-the-difference-between-the-face-and-facet-in-Class-TriangulationDataStructure-tp4661397.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




  • Re: [cgal-discuss] What's the difference between the "face" and "facet" in Class TriangulationDataStructure, Clément Jamin, 12/02/2015

Archive powered by MHonArc 2.6.18.

Top of Page