mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-11 17:24:20 +02:00
updated docs
This commit is contained in:
BIN
docs/images/lib-golden_spiral_extrude-2.JPG
Normal file
BIN
docs/images/lib-golden_spiral_extrude-2.JPG
Normal file
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
@@ -45,3 +45,27 @@ Dependencies: `circle_path`, `rotate_p`, `golden_spiral.scad`, `cross_sections`,
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
include <circle_path.scad>;
|
||||||
|
include <rotate_p.scad>;
|
||||||
|
include <golden_spiral.scad>;
|
||||||
|
include <cross_sections.scad>;
|
||||||
|
include <polysections.scad>;
|
||||||
|
include <golden_spiral_extrude.scad>;
|
||||||
|
|
||||||
|
$fn = 12;
|
||||||
|
|
||||||
|
shape_pts = concat(
|
||||||
|
circle_path(radius = 3),
|
||||||
|
circle_path(radius = 2)
|
||||||
|
);
|
||||||
|
|
||||||
|
golden_spiral_extrude(
|
||||||
|
shape_pts,
|
||||||
|
from = 5,
|
||||||
|
to = 10,
|
||||||
|
point_distance = 1,
|
||||||
|
scale = 10,
|
||||||
|
triangles = "HOLLOW"
|
||||||
|
);
|
||||||
|
|
||||||
|

|
Reference in New Issue
Block a user