1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-06 23:06:43 +02:00

updated doc

This commit is contained in:
Justin Lin
2017-05-07 17:48:49 +08:00
parent a13df0b7ce
commit f330fe0919

View File

@@ -1,6 +1,6 @@
# arc
Creates an arc. You can pass a 2 element vector to define the central angle. Its `$fa`, `$fs` and `$fn` parameters are consistent with the `circle` module. It depends on the `circular_sector` module so you have to include circular_sector.scad.
Creates an arc. You can pass a 2 element vector to define the central angle. Its `$fa`, `$fs` and `$fn` parameters are consistent with the `circle` module.
## Parameters
@@ -11,8 +11,7 @@ Creates an arc. You can pass a 2 element vector to define the central angle. Its
## Examples
include<circular_sector.scad>;
include <arc.scad>;
$fn = 24;
@@ -21,7 +20,6 @@ Creates an arc. You can pass a 2 element vector to define the central angle. Its
![arc](images/lib-arc-1.JPG)
include<circular_sector.scad>;
include <arc.scad>;
$fn = 24;
@@ -30,7 +28,6 @@ Creates an arc. You can pass a 2 element vector to define the central angle. Its
![arc](images/lib-arc-2.JPG)
include<circular_sector.scad>;
include <arc.scad>;
$fn = 24;