mirror of https://github.com/CGAL/cgal
Menger demo: ok for remove edges.
This commit is contained in:
parent
b10d4766fc
commit
99b0a3cd56
|
|
@ -1302,6 +1302,7 @@ void MainWindow::onMengerDec()
|
|||
|
||||
for(unsigned int i = 0; i < faces.size(); i++)
|
||||
{
|
||||
std::cout<<"Remove face "<<i<<" "<<&*faces[i]<<std::endl;
|
||||
CGAL::remove_cell<LCC,2>(*scene.lcc, faces[i]);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue