Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Reassign facet_handle->halfedge() - simplification related

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Reassign facet_handle->halfedge() - simplification related


Chronological Thread 
  • From: Zohar <>
  • To:
  • Subject: Re: [cgal-discuss] Reassign facet_handle->halfedge() - simplification related
  • Date: Sat, 8 Mar 2014 13:11:01 -0800 (PST)


It can be set with:

Halfedge_handle hh;
CGAL::HalfedgeDS_items_decorator<Polyhedron_3> dec;
dec.set_face_halfedge(hh);

But maybe it makes sense that the simplification algorithm would take care
of this.



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Reassign-facet-handle-halfedge-simplification-related-tp4658927p4658929.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page