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.65k stars 514 forks source link

refactor(modeling): changes to docs and code to align with points (2D) and vertices (3D) #1248

Closed z3dev closed 1 year ago

z3dev commented 1 year ago

These changes adjust documentation and code to align with the using points for 2D and using vertices for 3D. There are no changes to logic, just code changes to variable names. There are no changes to API signatures as well.

All test cases pass across all packages; modeling, cli, IO packages, etc.

FYI, there will be a few more changes coming but those will be API signature changes.

All Submissions: