mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-20 05:21:38 +02:00
updated doc
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 36 KiB |
Binary file not shown.
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 18 KiB |
BIN
docs/images/lib-along_with-4.JPG
Normal file
BIN
docs/images/lib-along_with-4.JPG
Normal file
Binary file not shown.
After Width: | Height: | Size: 54 KiB |
@@ -23,20 +23,20 @@ Puts children along the given path. If there's only one child, it will put the c
|
|||||||
|
|
||||||
include <along_with.scad>;
|
include <along_with.scad>;
|
||||||
include <circle_path.scad>;
|
include <circle_path.scad>;
|
||||||
|
|
||||||
$fn = 24;
|
$fn = 24;
|
||||||
|
|
||||||
points = circle_path(radius = 50);
|
points = circle_path(radius = 50);
|
||||||
|
|
||||||
along_with(points) {
|
along_with(points) {
|
||||||
linear_extrude(10) text("A", valign = "center", halign = "center");
|
linear_extrude(10, center = true) text("A", valign = "center", halign = "center");
|
||||||
linear_extrude(5) circle(2);
|
linear_extrude(5, center = true) circle(2);
|
||||||
sphere(1);
|
sphere(1);
|
||||||
cube(5);
|
cube(5);
|
||||||
linear_extrude(10) text("A", valign = "center", halign = "center");
|
linear_extrude(10, center = true) text("A", valign = "center", halign = "center");
|
||||||
linear_extrude(5) circle(2);
|
linear_extrude(5, center = true) circle(2);
|
||||||
sphere(1);
|
sphere(1);
|
||||||
cube(5);
|
cube(5);
|
||||||
}
|
}
|
||||||
|
|
||||||

|

|
||||||
|
Reference in New Issue
Block a user