mirror of https://github.com/CGAL/cgal
replace halfedge by fg_halfedge
This commit is contained in:
parent
e7ebbd731d
commit
7a5e92d307
|
|
@ -2253,7 +2253,7 @@ bool Scene_polyhedron_selection_item::shouldDisplayIds(CGAL::Three::Scene_item *
|
|||
void Scene_polyhedron_selection_item::select_boundary()
|
||||
{
|
||||
Face_graph* fg = polyhedron_item()->face_graph();
|
||||
BOOST_FOREACH(halfedge_descriptor hd, halfedges(*fg))
|
||||
BOOST_FOREACH(fg_halfedge_descriptor hd, halfedges(*fg))
|
||||
{
|
||||
if(is_border_edge(hd, *fg))
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue