mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-06 23:06:43 +02:00
updated doc
This commit is contained in:
@@ -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
|
||||
|
||||

|
||||
|
||||
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
|
||||
|
||||

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