Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
不确定问题是否已经回答。我正在使用 CGAL 处理 tethedral 网格(medit 网格)文件。我需要找出这个网格中顶点周围的面。所以它将是一个顶点面迭代器。有谁知道 CGAL 是否有这种迭代器?
您可以使用该功能finite_incident_cells并使用 测试单元格是否在复合体中is_in_complex。
finite_incident_cells
is_in_complex