1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-01-17 14:18:13 +01:00
dotSCAD/README.md

14 lines
458 B
Markdown
Raw Normal View History

2017-03-11 17:49:46 +08:00
# lib-openscad
2017-03-15 15:30:50 +08:00
These fundamental modules are helpful when playing OpenSCAD.
2017-03-11 17:49:46 +08:00
2017-03-15 15:30:24 +08:00
## 2D
2017-03-11 17:49:46 +08:00
- [line2d](https://openhome.cc/eGossip/OpenSCAD/lib-line2d.html)
- [polyline2d](https://openhome.cc/eGossip/OpenSCAD/lib-polyline2d.html)
2017-03-12 19:38:54 +08:00
- [circular_sector](https://openhome.cc/eGossip/OpenSCAD/lib-circular_sector.html)
2017-03-14 18:14:26 +08:00
- [arc](https://openhome.cc/eGossip/OpenSCAD/lib-arc.html)
2017-03-15 15:30:24 +08:00
## Transformations
- [hollow_out](https://openhome.cc/eGossip/OpenSCAD/lib-hollow_out.html)