1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-01-17 14:18:13 +01:00

updated doc

This commit is contained in:
Justin Lin 2017-03-23 10:33:10 +08:00
parent a4d5ffefed
commit 3cfbfde746

View File

@ -18,13 +18,17 @@ Create an arc. You can pass a 2 element vector to define the central angle. Its
![arc](images/lib-arc-1.JPG)
$fn = 24;
arc(radius = 20, angles = [45, 290], width = 2, width_mode = "LINE_INWARD");
%circle(r = 20);
![arc](images/lib-arc-2.JPG)
$fn = 24;
arc(radius = 20, angles = [45, 290], width = 2, width_mode = "LINE_OUTWARD");
%circle(r = 20);
![arc](images/lib-arc-3.JPG)