Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] join_face

Subject: CGAL users discussion list

List archive

[cgal-discuss] join_face


Chronological Thread 
  • From: Gmain <>
  • To:
  • Subject: [cgal-discuss] join_face
  • Date: Thu, 15 Oct 2009 11:01:43 +0200 (CEST)

sorry before I send an incomplete mail:

My question:
It happens sometimes, if the total number of halfedges to an existing vertex
is
too big (f.i. 20>) the function:
join_face (h2);
gets into an infinite loop.

Maybe I have a mistake in implementation:
//this->H is halfedge of the edge to get deleted
Halfedge_handle h=this->H->next()->opposite();
Halfedge_handle h2=this->H->opposite()->prev()->opposite();
this->Intersectionmesh->myHDSdecorator_e.join_face (h);
this->Intersectionmesh->myHDSdecorator_e.join_face (h2);
this->Intersectionmesh->myHDSdecorator_e.join_vertex(H->opposite);

tx for your help
fanki


  • [cgal-discuss] join_face, Gmain, 10/15/2009

Archive powered by MHonArc 2.6.16.

Top of Page