1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-09-24 21:41:33 +02:00

updated docs

This commit is contained in:
Justin Lin
2017-05-17 11:12:03 +08:00
parent 143a8e6c06
commit 93166cb1e4
3 changed files with 4 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ Returns shape points of an arc shape. They can be used with xxx_extrude modules
t_step = 0.05;
width = 2;
shape_pts = shape_arc(radius = 10, angles = [-90, 90], width = 5);
shape_pts = shape_arc(radius = 10, angles = [90, 270], width = 5);
p0 = [0, 0, 0];
p1 = [40, 60, 35];