mirror of https://github.com/CGAL/cgal
Merge branch 'Mesh-3-edge-distance-criterium-aclement' of https://github.com/ange-clement/cgal into Mesh-3-edge-distance-criterium-aclement
This commit is contained in:
commit
1bbcc40ee3
|
|
@ -1039,9 +1039,9 @@ Polyline features are covered by a set of so-called "protecting balls" which
|
||||||
sizes are highly related to the `edge_size` and `edge_distance` criteria.
|
sizes are highly related to the `edge_size` and `edge_distance` criteria.
|
||||||
This edge distance is driven by the distance component of `Mesh_edge_criteria_3`
|
This edge distance is driven by the distance component of `Mesh_edge_criteria_3`
|
||||||
(see Section \ref Mesh_3Protectionof0and1dimensionalExposed).
|
(see Section \ref Mesh_3Protectionof0and1dimensionalExposed).
|
||||||
The parameter `edge_distance` enables the subdivision of edges that are too far away from the corresponding input sharp features.
|
The parameter `edge_distance` enables the subdivision of edges that are too far away from the
|
||||||
It may result in an output mesh with shorter edges along the input polyline features.
|
corresponding input sharp features. It may result in an output mesh with shorter edges along the
|
||||||
|
input polyline features.
|
||||||
\cgalExample{Mesh_3/mesh_polyhedral_domain_with_edge_distance.cpp}
|
\cgalExample{Mesh_3/mesh_polyhedral_domain_with_edge_distance.cpp}
|
||||||
|
|
||||||
\cgalFigureAnchor{mesh3edge_distance}
|
\cgalFigureAnchor{mesh3edge_distance}
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@ namespace internal {
|
||||||
\ingroup PkgMesh3MeshClasses
|
\ingroup PkgMesh3MeshClasses
|
||||||
|
|
||||||
The function object class `Mesh_edge_criteria_3` is a model of `MeshEdgeCriteria_3`. It
|
The function object class `Mesh_edge_criteria_3` is a model of `MeshEdgeCriteria_3`. It
|
||||||
provides a bound for the size criterion.
|
provides bounds for the size and approximation criteria.
|
||||||
|
|
||||||
\cgalModels{MeshEdgeCriteria_3}
|
\cgalModels{MeshEdgeCriteria_3}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue