jscad / OpenJSCAD.org

JSCAD is an open source set of modular, browser and command line tools for creating parametric 2D and 3D designs with JavaScript code. It provides a quick, precise and reproducible method for generating 3D models, and is especially useful for 3D printing applications.
https://openjscad.xyz/
MIT License
2.58k stars 505 forks source link

fix(modeling): expose hullPoints2 and hullPoints3 #1345

Closed z3dev closed 1 week ago

z3dev commented 1 month ago

These changes expose hullPoints2() and hullPoints3(), which will allow users to use these functions to create custom geometries, etc.

NOTE: hullPoints3() is new, and hullGeom3() has been changed to use this function.

All Submissions:

z3dev commented 2 weeks ago

@platypii @hrgdavor please review. all comments welcome.