update changes

This commit is contained in:
Sébastien Loriot 2023-10-09 05:14:38 +02:00
parent fb3623cfa9
commit 1c91f49cbd
1 changed files with 4 additions and 0 deletions

View File

@ -52,6 +52,10 @@ Release date: October 2023
`CGAL::Simplicial_mesh_cell_base_3`
have been modified to enable passing a geometric traits and a custom cell base class.
### [Polygon Mesh Processing](https://doc.cgal.org/6.0/Manual/packages.html#PkgPolygonMeshProcessing)
- added the function `CGAL::Polygon_mesh_processing::refine_mesh_at_isolevel()` that refines a polygon mesh
along an isocurve.
[Release 5.6](https://github.com/CGAL/cgal/releases/tag/v5.6)
-----------