2017-03-11 17:49:46 +08:00
# lib-openscad
2017-03-17 08:37:19 +08:00
> These fundamental modules are helpful when playing OpenSCAD.
2017-03-11 17:49:46 +08:00
2017-03-17 08:39:31 +08:00
[![license/LGPL ](https://img.shields.io/badge/license-LGPL-blue.svg )](https://github.com/JustinSDK/lib-openscad/blob/master/LICENSE)
2017-03-15 15:30:24 +08:00
2017-03-17 08:37:19 +08:00
I've been using OpenSCAD for years and created some funny things. Some of them include several important ideas and details. To prevent forgetfulness, I decided to [write them down ](https://openhome.cc/eGossip/OpenSCAD/ ). Some examples developed in the documentation are useful so I elaborate them into this library.
2017-03-16 20:26:15 +08:00
2017-03-17 08:37:19 +08:00
## Documentation
- 2D
- [line2d ](https://openhome.cc/eGossip/OpenSCAD/lib-line2d.html )
- [polyline2d ](https://openhome.cc/eGossip/OpenSCAD/lib-polyline2d.html )
- [circular_sector ](https://openhome.cc/eGossip/OpenSCAD/lib-circular_sector.html )
- [arc ](https://openhome.cc/eGossip/OpenSCAD/lib-arc.html )
- 3D
- [line3d ](https://openhome.cc/eGossip/OpenSCAD/lib-line3d.html )
2017-03-17 08:56:47 +08:00
- [polyline3d ](https://openhome.cc/eGossip/OpenSCAD/lib-polyline3d.html )
2017-03-17 10:29:50 +08:00
- [hull_polyline3d ](https://openhome.cc/eGossip/OpenSCAD/lib-hull_polyline3d.html )
2017-03-17 08:37:19 +08:00
2017-03-23 08:23:33 +08:00
- Transformation
2017-03-17 08:37:19 +08:00
- [hollow_out ](https://openhome.cc/eGossip/OpenSCAD/lib-hollow_out.html )
2017-03-19 09:11:41 +08:00
- [bend ](https://openhome.cc/eGossip/OpenSCAD/lib-bend.html )
2017-03-15 15:30:24 +08:00
2017-03-23 08:23:33 +08:00
- Path
2017-03-23 11:33:38 +08:00
- [circle_path ](https://openhome.cc/eGossip/OpenSCAD/lib-circle_path.html )
2017-03-22 10:47:09 +08:00
- [bezier ](https://openhome.cc/eGossip/OpenSCAD/lib-bezier.html )
2017-03-23 15:03:35 +08:00
- [cylinder_spiral ](https://openhome.cc/eGossip/OpenSCAD/lib-cylinder_spiral.html )