Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: Mesh generation question

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: Mesh generation question


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Re: Mesh generation question
  • Date: Thu, 26 Jan 2012 08:15:12 +0100

Did you do it by hand or using a function?

If you did it by hand you should use the non documented function
Your_triangulation_type::vertex_triple_index

Given a Facet F, vertex indices in counterclockwise order are given
by Your_triangulation_type::vertex_triple_index(F.second,i) for i=0..2

Sebastien.

On 01/25/2012 11:22 PM, Ram wrote:

Forgot to attach an example of what I was talking about , here it is:

http://cgal-discuss.949826.n4.nabble.com/file/n4328819/Capture.jpg

The peculiar tetrahedrons/triangles that stand out is what I talk about. Any
fixes for this?

--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Mesh-generation-question-tp4300233p4328819.html
Sent from the cgal-discuss mailing list archive at Nabble.com.





Archive powered by MHonArc 2.6.16.

Top of Page