star-cad

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

commit cc06c7f53b665fa8d2bd643c6d05581f66441623
parent d9d6b7a6588a43a34aad247ca56faa066ee25153
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Wed, 24 May 2023 09:14:22 +0200

Fix a comment

Diffstat:
Msrc/scad_geometry.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/scad_geometry.c b/src/scad_geometry.c @@ -1213,8 +1213,8 @@ scad_geometry_extrude ERR(gmsh_err_to_res_T(ierr)); ERR(scad_geometry_create(name, &extrude_geom)); - /* keep only 3D entities */ - /* TODO : NOT SURE OF THE CONCEPT */ + /* Output include both the 3D result and its 2D constituants. + * Keep only 3D entities. */ for(i=0; i<tagoutn; i+=2) { int dim = tagout[i]; if(dim == 3) extrude_sz += 2;