1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-07-31 20:10:36 +02:00

added bullets

This commit is contained in:
Justin Lin
2017-03-12 19:35:43 +08:00
parent 41267000f6
commit eb952a3ebf

View File

@@ -4,9 +4,9 @@ Create a circular sector. You can pass a 2 element vector to define the central
## Parameters
`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.
`fn` : The `$fn` value used by the `circle` module internally. The default value is 24.
- `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.
- `fn` : The `$fn` value used by the `circle` module internally. The default value is 24.
## Examples