Parameter | Default value | Usage | Format |
---|---|---|---|
MAXSIZE |
100000000000000010000000000000000000000000000000000.0000000 |
maximun size of a triangle |
double |
MINSIZE |
0.0000000 |
minimun size of a triangle |
double |
RATIO |
10000.0000000 |
ratio between two side of a triangle ( maximun value ) |
double |
LINEAR_DIS |
1 |
Disable linear tolerance ( 0=linear tolerance enable 1=linear tolerance disable) |
boolean |
LINEAR_TOL |
0.1000000 |
linear tolerance value |
double |
ANGULAR_DIS |
1 |
Disable angular tolerance ( 0=angular tolerance enable 1=angular tolerance disable) |
boolean |
ANGULAR_TOL |
0.174532 |
angle value in radian |
double |
WRITE_ASCII |
0 |
if 0 write a binary stl file if 1 write an ascii stl file |
boolean |
COMPUTE_NORMALES_FROM_SURFACE |
1 |
if 1 compute the normale from surface 0 normal is an approximation of triangle (suggest 0 for STL writer , 1 for other writer) |
boolean |
USE_TESSEL |
1 |
Should we use tesselation on body or mesh read in model [1] -> use tessel [0] -> use mesh read |
boolean |
COMPUTE_BOUNDARIES_FROM_MESH |
1 |
Should we compute boundaries from mesh [1] -> Yes [0] -> No |
boolean |