mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-08 07:46:39 +02:00
updated doc
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# arc
|
# 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
|
## Parameters
|
||||||
|
|
||||||
@@ -12,7 +12,6 @@ Creates an arc. You can pass a 2 element vector to define the central angle. Its
|
|||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
include<circular_sector.scad>;
|
|
||||||
include <arc.scad>;
|
include <arc.scad>;
|
||||||
|
|
||||||
$fn = 24;
|
$fn = 24;
|
||||||
@@ -21,7 +20,6 @@ Creates an arc. You can pass a 2 element vector to define the central angle. Its
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
include<circular_sector.scad>;
|
|
||||||
include <arc.scad>;
|
include <arc.scad>;
|
||||||
|
|
||||||
$fn = 24;
|
$fn = 24;
|
||||||
@@ -30,7 +28,6 @@ Creates an arc. You can pass a 2 element vector to define the central angle. Its
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
include<circular_sector.scad>;
|
|
||||||
include <arc.scad>;
|
include <arc.scad>;
|
||||||
|
|
||||||
$fn = 24;
|
$fn = 24;
|
||||||
|
Reference in New Issue
Block a user