star-cad

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

commit a795d3b6c257d6f50d0aada1333c37fceb0fad9d
parent 8cea8e04dced42bf9807ec79c80bb67aaa4d8462
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Wed, 17 May 2023 15:37:41 +0200

Improve API description

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

diff --git a/src/scad.h b/src/scad.h @@ -463,7 +463,10 @@ SCAD_API res_T scad_scene_write (const char* name); -SCAD_API res_T /* FIXME remove this */ +/* Open gmsh in GUI mode so that the model can be inspected and even modified. + * Can be called from a breakpoint in gdb: call scad_run_ui() + * (then close gmsh and gdb is back to the breakpoint). */ +SCAD_API res_T scad_run_ui (void);