mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-09-24 21:41:33 +02:00
add doc
This commit is contained in:
@@ -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));
|
@@ -1,6 +1,3 @@
|
||||
midpt_smooth
|
||||
midpt_smooth.scad
|
||||
|
||||
trim_shape
|
||||
trim_shape_demo.scad
|
||||
|
||||
|
Reference in New Issue
Block a user