Function

CGAL::parameters::no_features

Definition

The function parameters::no_features allows the user to prevent the handling of 0 and 1 dimensional features. This is useful when the domain is a model of MeshDomainWithFeatures_3 and the user does not want corners and curve segments to be accurately represented in the mesh.

#include <CGAL/refine_mesh_3.h>

Features parameters::no_features ()
Return a Features value that prevents the mesh generator to take into account 0 and 1-dimensional input features.

See Also

CGAL::make_mesh_3,
CGAL::refine_mesh_3,
CGAL::parameters::features.