1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-01-29 11:58:39 +01:00

update doc

This commit is contained in:
Justin Lin 2019-05-20 11:47:27 +08:00
parent 7d5e18ff8c
commit db8792fc4e
2 changed files with 2 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 45 KiB

View File

@ -30,7 +30,8 @@ Generate a path of [The (p,q)-torus knot](https://en.wikipedia.org/wiki/Torus_kn
path_extrude(
shape_pentagram_pts,
concat(pts, [pts[0]]),
closed = true
closed = true,
twist = 188
);
![torus_knot](images/lib-torus_knot-2.JPG)