From 0dd5e944c539138aaeb0c38c73bc84bca9be8544 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Sun, 19 Mar 2017 09:13:28 +0800 Subject: [PATCH] updated doc --- docs/lib-bend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lib-bend.md b/docs/lib-bend.md index 312a30d3..24cdf562 100644 --- a/docs/lib-bend.md +++ b/docs/lib-bend.md @@ -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