1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-09-24 21:41:33 +02:00
This commit is contained in:
Justin Lin
2019-06-03 15:38:01 +08:00
parent d904a0b629
commit ea39db6ca2
4 changed files with 26 additions and 17 deletions

View File

@@ -1,14 +0,0 @@
include <hull_polyline2d.scad>;
include <shape_taiwan.scad>;
include <bijection_offset.scad>;
include <midpt_smooth.scad>;
taiwan = shape_taiwan(100, .5);
sm = midpt_smooth(taiwan, 1, true);
*translate([10, 0, 0]) hull_polyline2d(shape_taiwan(100), .1);
translate([10, 0, 0]) hull_polyline2d(sm, .1);
echo(len(taiwan));

View File

@@ -1,6 +1,3 @@
midpt_smooth
midpt_smooth.scad
trim_shape
trim_shape_demo.scad