Update OpenSCAD userGuide

This commit is contained in:
Kurt Hutten
2021-11-12 07:29:44 +11:00
parent 149b2b6360
commit a62c5bce03

View File

@@ -3,6 +3,8 @@ title: OpenSCAD
Written with: [Domain-Specific Language](https://martinfowler.com/dsl.html)
Kernal type: Mesh CSG
Maintained by: [Marius Kintel and contributors](https://github.com/openscad/openscad/graphs/contributors)
Documentation: [openscad.org](https://openscad.org/)
Documentation: [openscad.org](https://openscad.org/documentation.html)
---
OpenSCAD is a solid 3D modeler that enables the creation of parametric models using its scripting language. Models are created by utilizing a technique called constructive solid geometry. According to this technique, simple objects can be transformed and combined in order to create almost any complex model.
OpenSCAD is a solid 3D modeler that enables the creation of parametric models using its scripting language. Models are created by utilizing a technique called constructive solid geometry. With this technique, simple objects can be transformed and combined in order to create almost any complex model.
A good place to start is the [docs](https://openscad.org/documentation.html), and the [cheatsheet](https://openscad.org/cheatsheet/) is an excellent reference.