Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] About 3D Triangulation Data Structure

Subject: CGAL users discussion list

List archive

[cgal-discuss] About 3D Triangulation Data Structure


Chronological Thread 
  • From: ju21 <>
  • To:
  • Subject: [cgal-discuss] About 3D Triangulation Data Structure
  • Date: Mon, 6 Aug 2012 06:37:31 -0700 (PDT)

Hello,

I work with a 3D object that I subdivide with *make_mesh_3()*. That method
gives my a 3D Triangulation Data Structure and I'd like to check something
about that.


Here is the thing, I use an *All_cells_iterator* to check every tetrahedron
of the mesh. Then, I put the four vertices of each cell in an array to
create each tetrahedron manually.
Will I have the same thing as the result of the exported mesh of
*make_mesh_3()* in the end ? That's just something that makes me doubt cause
I have strange results for the moment.

Thanks


Julie



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/About-3D-Triangulation-Data-Structure-tp4655673.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page