mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-05 14:27:45 +02:00
update doc
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 45 KiB |
@@ -30,7 +30,8 @@ Generate a path of [The (p,q)-torus knot](https://en.wikipedia.org/wiki/Torus_kn
|
|||||||
path_extrude(
|
path_extrude(
|
||||||
shape_pentagram_pts,
|
shape_pentagram_pts,
|
||||||
concat(pts, [pts[0]]),
|
concat(pts, [pts[0]]),
|
||||||
closed = true
|
closed = true,
|
||||||
|
twist = 188
|
||||||
);
|
);
|
||||||
|
|
||||||

|

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