mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-03-14 11:10:01 +01:00
updated docs
This commit is contained in:
parent
52956bed3f
commit
87306e1ab6
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"
|
||||
);
|
||||
|
||||

|
Loading…
x
Reference in New Issue
Block a user