star-cad

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

commit b65503263992200c9cee46cf2767b5c8dd4a7431
parent 198cbf15723531c46eceb81e8b66a4e913cb12b7
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Fri, 20 Dec 2024 11:26:30 +0100

Fix an API call description

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

diff --git a/src/scad.h b/src/scad.h @@ -405,7 +405,7 @@ scad_geometries_partition const int flags, struct scad_geometry** out_geometries); -/* Get the boundary of the geometry `geom'. */ +/* Get the boundary of the geometries in `geometries'. */ SCAD_API res_T scad_geometry_boundary (const char* name, /* Can be NULL */