mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-01-17 06:08:31 +01:00
Updated the doc
This commit is contained in:
parent
6d15bad699
commit
e7a9ac8677
@ -1,11 +1,11 @@
|
|||||||
# circular_sector
|
# circular_sector
|
||||||
|
|
||||||
Create a circular sector. You can pass a 2 element vector to define the central angle.
|
Create a circular sector. You can pass a 2 element vector to define the central angle. It provides a `fn` parameter consistent with the `$fn` parameter of the `circle` module.
|
||||||
|
|
||||||
## Parameters
|
## Parameters
|
||||||
|
|
||||||
- `radius` : The radius of the circle.
|
- `radius` : The radius of the circle.
|
||||||
- `angles` : A 2 element vector which defines the central angle. The first element of the vector is the beginning angle, and the second element is the ending angle.
|
- `angles` : A 2 element vector which defines the central angle. The first element of the vector is the beginning angle in degrees, and the second element is the ending angle.
|
||||||
- `fn` : The `$fn` value used by the `circle` module internally. The default value is 24.
|
- `fn` : The `$fn` value used by the `circle` module internally. The default value is 24.
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
Loading…
x
Reference in New Issue
Block a user