Skip to content

Commit 5480fc1

Browse files
committed
Update CHANGES.md
1 parent 4f25138 commit 5480fc1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Installation/CHANGES.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ Release date: July 2026
1616
- `import_from_plane_graph()``read_plane_graph_in_lcc()`
1717
- `import_from_polyhedron_3()``polyhedron_3_to_lcc()`
1818
- `import_from_triangulation_3()``triangulation_3_to_lcc()`
19-
- The old function names are still available but marked as deprecated for backward compatibility.
19+
- The old function names are still available but marked as deprecated for backward compatibility.
2020

21-
### [Shape Detection](https://doc.cgal.org/6.2/Manual/packages.html#PkgShapeDetection)
21+
- **New functions**: Two functions are added `CGAL::IO::Read_VTK<LCC>()` and `CGAL::IO::Write_VTK<LCC>()` adding the ability to read and write .vtk files (legacy ASCII) for 3D Linear_cell_complex (dimension 3, ambient dimension 3). These functions support per-vertex and per-volume scalar fields and handles various VTK cell types.
22+
23+
### [Shape Detection](https://doc.cgal.org/6.2/Manual/packages.html#PkgShapeDetection)
2224

2325
- 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
2426
- 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)