我正在创建一个应用程序,它使用cgal将.off文件读取为多边形并对其进行预览,如以下示例所示: https://doc.cgal.org/latest/Polyhedron/Polyhedron_2draw_polyhedron_8cpp-example.html
如何使用CGAL组合图添加或删除顶点,例如以下示例: https://doc.cgal.org/latest/Combinatorial_map/Combinatorial_map_2map_3_operations_8cpp-example.html
有什么建议吗?