You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Breaking change**: Update the visitor concepts `PMPTriangulateFaceVisitor` and `PMPHolefillingVisitor` to request functions `accept_face()` and `accept_triangle()`, respectively. These functions can be used to tweak the way faces and holes are triangles by black listing some candidate triangles.
15
+
User visitors inheriting from the default visitors do not require any update.
14
16
- The "Polygon Mesh Processing" package has been reorganized into several packages.
15
17
"Polygon Mesh Processing" retains the core functionalities, while advanced and specialized features
16
18
have been moved to dedicated packages:
@@ -54,7 +56,7 @@ Release date: July 2026
54
56
55
57
- added function `intersected_nodes()` with an intersection functor and a convenience overload for a ball query.
- Added the region type [`CGAL::Shape_detection::Polygon_mesh::Plane_face_region`](https://doc.cgal.org/6.2/Shape_detection/class_c_g_a_l_1_1_shape__detection_1_1_polygon__mesh_1_1_plane__face__region.html) that extends the support plane of the seed face without refitting the plane to the region
60
62
- Added the region type [`CGAL::Shape_detection::Polygon_mesh::Line_segment_region`](https://doc.cgal.org/6.2/Shape_detection/classCGAL_1_1Shape__detection_1_1Segment__set_1_1Line__segment__region.html) that extends the support line of the seed segment without refitting the line to the region
0 commit comments