mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-10 08:44:20 +02:00
update doc
This commit is contained in:
@@ -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
|
||||
|
||||

|
||||
|
||||
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
|
||||
|
||||

|
||||
|
||||
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
|
||||
|
||||

|
||||
|
||||
include <m_rotation.scad>;
|
||||
include <bezier_curve.scad>;
|
||||
include <along_with.scad>;
|
||||
|
||||
|
@@ -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>;
|
||||
|
||||
|
Reference in New Issue
Block a user