1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-01 04:20:27 +02:00
This commit is contained in:
Justin Lin
2020-04-03 07:58:13 +08:00
parent e79b2bc89b
commit 2dfa2e42ff
3 changed files with 2 additions and 1 deletions

View File

@@ -82,6 +82,7 @@ See [examples](examples).
- [bezier_smooth](https://openhome.cc/eGossip/OpenSCAD/lib2x-bezier_smooth.html)
- [midpt_smooth](https://openhome.cc/eGossip/OpenSCAD/lib2x-midpt_smooth.html)
- [in_polyline](https://openhome.cc/eGossip/OpenSCAD/lib2x-in_polyline.html)
- contours (2.3 Preview)
### Path
- [arc_path](https://openhome.cc/eGossip/OpenSCAD/lib2x-arc_path.html)

View File

@@ -1,4 +1,4 @@
use <experimental/_impl/_contours_impl.scad>;
use <_impl/_contours_impl.scad>;
function contours(points, threshold) =
is_undef(threshold[1]) ?