1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-01-17 22:28:16 +01:00

update doc

This commit is contained in:
Justin Lin 2021-04-08 11:28:38 +08:00
parent 48ad3d67ac
commit 63259fac0d

View File

@ -1,6 +1,6 @@
# polyline2d
Creates a polyline from a list of `x`, `y` coordinates. When the end points are `CAP_ROUND`, you can use `$fa`, `$fs` or `$fn` to controll the circle module used internally.
Creates a polyline from a list of `[x, y]` coordinates. When the end points are `CAP_ROUND`, you can use `$fa`, `$fs` or `$fn` to controll the circle module used internally.
## Parameters