1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-12 01:34:12 +02:00

update doc

This commit is contained in:
Justin Lin
2019-04-29 13:50:04 +08:00
parent 334493c496
commit 3efef1b2bb

View File

@@ -5,7 +5,7 @@ Puts children along the given path. If there's only one child, it will put the c
## Parameters
- `points` : The points along the path.
- `angles` : Rotate before translate each child. If not given, `angles` will be calculated automatically according to `points`.
- `angles` : Rotate before translate each child. If not given, rotate children automatically according to `points`.
- `twist` : If given, each child will be twisted before applying each element of `points` and `angles`.
- `scale` : If given, each child will be scaled before applying each element of `points` and `angles`. It accepts a single value, `[sx, sy]` or `[sx, sy, sz]`.