1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-13 10:14:41 +02:00

updated doc

This commit is contained in:
Justin Lin
2017-03-19 09:13:28 +08:00
parent 42d301021c
commit 0dd5e944c5

View File

@@ -6,7 +6,7 @@ Bend a 3D object into an arc shape.
- `size` : The size of a cube which can contain the target object.
- `angle` : The central angle of the arc shape. The radius of the arc is calculated automatically.
- `fn` : Number of fragments. The target object will be cut into `fn` fragments and recombined into an arc shape.
- `frags` : Number of fragments. The target object will be cut into `frags` fragments and recombined into an arc shape. The default value is 24.
## Examples