Skip to content

Commit 567c6be

Browse files
committed
update changes
1 parent d7c4b64 commit 567c6be

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Installation/CHANGES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Release date: July 2026
1111

1212
### [Polygon Mesh Processing](https://doc.cgal.org/6.2/Manual/packages.html#PkgPolygonMeshProcessing) (major changes)
1313

14+
- **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.
1416
- The "Polygon Mesh Processing" package has been reorganized into several packages.
1517
"Polygon Mesh Processing" retains the core functionalities, while advanced and specialized features
1618
have been moved to dedicated packages:
@@ -54,7 +56,7 @@ Release date: July 2026
5456

5557
- added function `intersected_nodes()` with an intersection functor and a convenience overload for a ball query.
5658

57-
### [Shape Detection](https://doc.cgal.org/6.2/Manual/packages.html#PkgShapeDetection)
59+
### [Shape Detection](https://doc.cgal.org/6.2/Manual/packages.html#PkgShapeDetection)
5860

5961
- 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
6062
- 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

Comments
 (0)