diff --git a/Surface_mesh_segmentation/doc/Surface_mesh_segmentation/Surface_Mesh_Segmentation.txt b/Surface_mesh_segmentation/doc/Surface_mesh_segmentation/Surface_Mesh_Segmentation.txt index b463b0d28fd..d4aa49e4584 100644 --- a/Surface_mesh_segmentation/doc/Surface_mesh_segmentation/Surface_Mesh_Segmentation.txt +++ b/Surface_mesh_segmentation/doc/Surface_mesh_segmentation/Surface_Mesh_Segmentation.txt @@ -182,6 +182,7 @@ some of these properties, but may produce unreliable or meaningless segmentation The current implementation of the computation of the SDF values relies on the \ref PkgAABB_treeSummary package. This operation is reliable when the `AABBTraits` model provided has exact predicates. +`::CGAL::Exact_predicates_inexact_constructions_kernel` is recommended as geometric traits for this algorithm. \subsection Example_1 Example: Computation of SDF Values \cgalExample{Surface_mesh_segmentation/compute_sdf_values_example.cpp}