star-cad

Geometric operators for computer-aided design
git clone git://git.meso-star.fr/star-cad.git
Log | Files | Refs | README | LICENSE

commit f760b0774496eb2ddbdefea53fe3a4ef4ec3b6ec
parent 42c7afa249659bd354c34f6e9d2410c063901527
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Mon, 23 Oct 2023 16:07:12 +0200

Change default for min mesh size (from 0 to 1e-6)

Diffstat:
Msrc/scad.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/scad.h b/src/scad.h @@ -113,7 +113,7 @@ struct scad_options { }; #define SCAD_DEFAULT_OPTIONS__ \ - { { Scad_frontal_Delaunay, Scad_surfaces_and_volumes, 1, 36, 1, 1e+22, 0, \ + { { Scad_frontal_Delaunay, Scad_surfaces_and_volumes, 1, 36, 1, 1e+22, 1e-6, \ 1, Scad_one_solid_per_physical_surface }, \ { Scad_verbosity_errors, 1 }, \ { 1 }, \