star-cad

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

commit f2d737ed4d7dd88068c4e8cec2006042f042fc1f
parent 09ec4ad14fbf5b839fc926861f1031d36f9c73fd
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Mon,  3 Mar 2025 10:46:31 +0100

Add the quasi structures meshing algorithm

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

diff --git a/src/scad.h b/src/scad.h @@ -62,7 +62,8 @@ enum scad_mesh_algorithm { Scad_Automatic = 2, /* Delaunay on planes, meshAdapt elsewhere */ Scad_Initial_Mesh_Only = 3, /* Avoid new point creation */ Scad_Delaunay = 5, - Scad_frontal_Delaunay = 6 + Scad_frontal_Delaunay = 6, + Scad_Quasi_Structured = 11 }; enum scad_sizes_extend_from_boundary {