1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-09 16:26:47 +02:00

update doc

This commit is contained in:
Justin Lin
2020-06-08 10:32:54 +08:00
parent 81b651f7e4
commit f090a12b75
2 changed files with 5 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

View File

@@ -34,4 +34,8 @@ Creates a polyline from a list of `x`, `y` coordinates. When the end points are
polyline2d(points = [[1, 2], [-5, -4], [-5, 3], [5, 5]], width = 1,
startingStyle = "CAP_ROUND", endingStyle = "CAP_ROUND");
![polyline2d](images/lib2x-polyline2d-3.JPG)
![polyline2d](images/lib2x-polyline2d-3.JPG)
About `joinStyle`:
![polyline2d](images/lib2x-polyline2d-4.JPG)