mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-04-20 06:02:05 +02:00
Renamed files
This commit is contained in:
parent
d71817bd42
commit
bbd90f4047
@ -14,12 +14,12 @@ Creates a polyline from a list of `x`, `y` coordinates. It depends on the `line2
|
||||
|
||||
polyline2d(points = [[1, 2], [-5, -4], [-5, 3], [5, 5]], width = 1);
|
||||
|
||||

|
||||

|
||||
|
||||
polyline2d(points = [[1, 2], [-5, -4], [-5, 3], [5, 5]], width = 1,
|
||||
endingStyle = CAP_ROUND);
|
||||
|
||||

|
||||

|
||||
|
||||
polyline2d(points = [[1, 2], [-5, -4], [-5, 3], [5, 5]], width = 1,
|
||||
startingStyle = CAP_ROUND, endingStyle = CAP_ROUND);
|
||||
|
Loading…
x
Reference in New Issue
Block a user