mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-04-13 02:31:58 +02:00
updated doc
This commit is contained in:
parent
86280b5724
commit
76f573b23c
@ -30,10 +30,14 @@ Dependencies: `helix`, `rotate_p.scad`, `cross_sections`, `polysections`.
|
||||
include <helix_extrude.scad>;
|
||||
|
||||
shape_pts = [
|
||||
[-5, -2], [-5, 2],
|
||||
[-4, 2], [-4, 0],
|
||||
[4, 0], [4, 2],
|
||||
[5, 2], [5, -2]
|
||||
[5, -2],
|
||||
[5, 2],
|
||||
[4, 2],
|
||||
[4, 0],
|
||||
[-4, 0],
|
||||
[-4, 2],
|
||||
[-5, 2],
|
||||
[-5, -2]
|
||||
];
|
||||
|
||||
helix_extrude(shape_pts,
|
||||
@ -57,10 +61,14 @@ Dependencies: `helix`, `rotate_p.scad`, `cross_sections`, `polysections`.
|
||||
level_dist = 10;
|
||||
|
||||
shape_pts = [
|
||||
[0, -2], [0, 2],
|
||||
[1, 2], [1, 0],
|
||||
[9, 0], [9, 2],
|
||||
[10, 2], [10, -2]
|
||||
[10, -2],
|
||||
[10, 2],
|
||||
[9, 2],
|
||||
[9, 0],
|
||||
[1, 0],
|
||||
[1, 2],
|
||||
[0, 2],
|
||||
[0, -2],
|
||||
];
|
||||
|
||||
helix_extrude(shape_pts,
|
||||
|
Loading…
x
Reference in New Issue
Block a user