mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-07-31 20:10:36 +02:00
updated doc
This commit is contained in:
@@ -18,13 +18,17 @@ Create an arc. You can pass a 2 element vector to define the central angle. Its
|
||||
|
||||

|
||||
|
||||
$fn = 24;
|
||||
arc(radius = 20, angles = [45, 290], width = 2, width_mode = "LINE_INWARD");
|
||||
%circle(r = 20);
|
||||
|
||||

|
||||
|
||||
$fn = 24;
|
||||
arc(radius = 20, angles = [45, 290], width = 2, width_mode = "LINE_OUTWARD");
|
||||
%circle(r = 20);
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user