star-cad

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

commit b13a7c6730dcea9eaff8ccc61b4b3af01d343e4a
parent 15b3a36c563d9851b3e9718bc675bc182880afa0
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Fri, 10 Oct 2025 10:33:18 +0200

Improve API description

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

diff --git a/src/scad.h b/src/scad.h @@ -697,12 +697,12 @@ scad_stl_export_partial const int binary); /* Export the geometry `geometry' in as many files than its count. - * The files are named <base>_<rank>.stl, where <base> is either `filename' + * The files are named <base>_<rank>.stl, where <base> is either `filename_base' * (first choice) or `geometry's name, <rank> counting from 0. */ SCAD_API res_T scad_stl_export_split (struct scad_geometry* geometry, - const char* filename, /* Can be NULL if geometry name is defined */ + const char* filename_base, /* Can be NULL if geometry name is defined */ const enum scad_normals_orientation orientation, const int binary);