1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-30 18:00:01 +02:00

added path_extrude

This commit is contained in:
Justin Lin
2017-04-30 20:28:05 +08:00
parent 1084cedcde
commit bf275dc86c
6 changed files with 149 additions and 6 deletions

View File

@@ -41,6 +41,7 @@ Some modules may depend on other modules. For example, the `polyline2d` module d
- [hull_polyline3d](https://openhome.cc/eGossip/OpenSCAD/lib-hull_polyline3d.html)
- [function_grapher](https://openhome.cc/eGossip/OpenSCAD/lib-function_grapher.html)
- [polysections](https://openhome.cc/eGossip/OpenSCAD/lib-polysections.html)
- [path_extrude](https://openhome.cc/eGossip/OpenSCAD/lib-path_extrude.html)
- Transformation
- [along_with](https://openhome.cc/eGossip/OpenSCAD/lib-along_with.html)