libigl v2.5.0
Loading...
Searching...
No Matches
igl::copyleft::tetgen::CDTParam Struct Reference

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"}.
 

Detailed Description

Parameters for controling the CDT.

Member Data Documentation

◆ use_bounding_box

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}

◆ bounding_box_scale

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}

◆ flags

std::string igl::copyleft::tetgen::CDTParam::flags = "Y"

Flags to tetgen. Do not include the "c" flag here! {"Y"}.


The documentation for this struct was generated from the following file: