CGAL::parameters::no_perturb

Definition

The function parameters::no_perturb allows the user to tell mesh generation global functions make_mesh_3 and refine_mesh_3 that no perturbation must be done.

#include <CGAL/refine_mesh_3.h>

parameters::internal::Perturb parameters::no_perturb ()

Parameters

This function takes no parameter.

See Also

parameters::perturb
perturb_mesh_3
make_mesh_3
refine_mesh_3

Example

// Mesh generation without perturbation
C3t3 c3t3 = make_mesh_3<c3t3>(domain, criteria, parameters::no_perturb());