1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-17 20:11:50 +02:00

update doc

This commit is contained in:
Justin Lin
2019-06-15 10:42:28 +08:00
parent c75bf8bfee
commit 85f8acdbee

View File

@@ -20,7 +20,7 @@ Puts children along the given path. If there's only one child, it will put the c
points = circle_path(radius = 50);
along_with(points)
sphere(5, center = true);
sphere(5);
![along_with](images/lib-along_with-1.JPG)