star-cad

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

commit cbf80b6d2e71ff800fd1ec304bdc92b7279cfd57
parent 5f26d72e72d430629d7f11a96c5551289e8e6ea6
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Wed,  4 Jun 2025 18:07:08 +0200

Add missing Release notes for release 0.5.1

Diffstat:
MREADME.md | 14++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -25,6 +25,20 @@ Edit config.mk as needed, then run: ## Release notes +### Version 0.5.1 + +- Add `scad_get_bounding_box' API call. +- Add `scad_geometries_set_periodic' API call. +- Add `scad_geometries_set_mesh_size_modifier' API call. +- Add `scad_geometries_set_mesh_algorithm' API call. +- Add `scad_geometry_get_closest_point' API call. +- Add the `quasi structured' meshing algorithm. +- Add the `automatic' meshing algorithm. +- Add the `initial mesh only' meshing algorithm. +- Add a geometry visibility management feature. +- Add `' API call. +- Add `' API call. + ### Version 0.5 - BugFix STL output of geometries when forcing normals