the error tolerance, used together with curvature to derive target edge length. Lower tolerance values will result in shorter mesh edges.
edge_len_min_max
contains the bounds for minimum and maximum edge lengths
face_range
the range of triangular faces defining one or several surface patches to be remeshed. It should be the same as the range of faces passed to isotropic_remeshing().
pmesh
a polygon mesh with triangulated surface patches to be remeshed. It should be the same mesh as the one passed to isotropic_remeshing().
np
an optional sequence of Named Parameters among the ones listed below
Optional Named Parameters
a property map associating points to the vertices of pmesh
Type: a class model of ReadWritePropertyMap with boost::graph_traits<PolygonMesh>::vertex_descriptor as key type and Point_3 as value type
Default: boost::get(CGAL::vertex_point, pmesh)
Extra: If this parameter is omitted, an internal property map for CGAL::vertex_point_t must be available in PolygonMesh.