mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-01-17 14:18:13 +01:00
updated doc
This commit is contained in:
parent
a4d5ffefed
commit
3cfbfde746
@ -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)
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user