libigl v2.5.0
|
Parameters for controling the CDT. More...
#include <cdt.h>
Public Attributes | |
bool | use_bounding_box = false |
Tetgen can compute mesh of convex hull of input (i.e. | |
double | bounding_box_scale = 1.01 |
Scale the bounding box a bit so that vertices near it do not give tetgen problems. | |
std::string | flags = "Y" |
Flags to tetgen. Do not include the "c" flag here! {"Y"}. | |
Parameters for controling the CDT.
bool igl::copyleft::tetgen::CDTParam::use_bounding_box = false |
Tetgen can compute mesh of convex hull of input (i.e.
"c") but often chokes. One workaround is to force it to mesh the entire bounding box. {false}
double igl::copyleft::tetgen::CDTParam::bounding_box_scale = 1.01 |
Scale the bounding box a bit so that vertices near it do not give tetgen problems.
{1.01}
std::string igl::copyleft::tetgen::CDTParam::flags = "Y" |
Flags to tetgen. Do not include the "c" flag here! {"Y"}.