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

update doc

This commit is contained in:
Justin Lin
2019-06-15 10:20:40 +08:00
parent 01fc0298f6
commit 2d755a6cbf
2 changed files with 5 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ Puts children along the given path. If there's only one child, it will put the c
## Examples
include <m_rotation.scad>;
include <along_with.scad>;
include <circle_path.scad>;
@@ -24,6 +25,7 @@ Puts children along the given path. If there's only one child, it will put the c
![along_with](images/lib-along_with-1.JPG)
include <m_rotation.scad>;
include <along_with.scad>;
include <circle_path.scad>;
@@ -44,6 +46,7 @@ Puts children along the given path. If there's only one child, it will put the c
![along_with](images/lib-along_with-2.JPG)
include <m_rotation.scad>;
include <along_with.scad>;
include <circle_path.scad>;
include <rotate_p.scad>;
@@ -65,6 +68,7 @@ Puts children along the given path. If there's only one child, it will put the c
![along_with](images/lib-along_with-3.JPG)
include <m_rotation.scad>;
include <bezier_curve.scad>;
include <along_with.scad>;

View File

@@ -50,6 +50,7 @@ When using this module, you should use points to represent the 2D shape. If your
include <rotate_p.scad>;
include <polysections.scad>;
include <m_rotation.scad>;
include <path_extrude.scad>;
include <bezier_curve.scad>;