CGAL surface mesh - removing face

半腔热情 提交于 2019-12-09 02:26:28

The face is indeed simply marked as removed but its iterator is invalidated by the removal (remember that iterator goes only over non-removed elements).

As stated in the doc: removes face f from the halfedge data structure without adjusting anything. You need to use a higher level function such as CGAL::Euler::remove_face().

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!