Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Polyhedron_incremental_builder_3 adding vertices

Subject: CGAL users discussion list

List archive

[cgal-discuss] Polyhedron_incremental_builder_3 adding vertices


Chronological Thread 
  • From: Priyank Jain <>
  • To:
  • Subject: [cgal-discuss] Polyhedron_incremental_builder_3 adding vertices
  • Date: Tue, 26 Jan 2010 15:42:26 -0500
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type; b=hihxOxttbdRHIdvVi2gqtf+gLMcL+vueCR6bYX6AuAkWB0A5VzDhMMjlsgbhh8Ze8G NPeEWYgo+GlncID+X11pdjqBbZsXOTZLZQAfecZaUsxlGhIdKR3nPa2PwbZrM9LOjF/w rrwimztchzrg7ttNkQpVt4OLljrTQsFEttVXM=

Hi,

I am trying to extend a polyhedron using Polyhedron_incremental_builder_3 class. I had a question regarding add_vertex_to_facet ( size_type i) function. Do we need to specify vertices in anti-clockwise direction or in some other order ?

Also, when we add a new triangle at the border halfedge of a polyhedron using the incremental builder, is the border half-edge updated automatically (as in..it would not be a border half edge anymore and will now have a different facet associated with it, etc) ??

These things were not clear in the documentation. Can anyone please help me with this ?

Thank you
/Priyank Jain


  • [cgal-discuss] Polyhedron_incremental_builder_3 adding vertices, Priyank Jain, 01/26/2010

Archive powered by MHonArc 2.6.16.

Top of Page