mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-06 14:56:47 +02:00
Renamed files
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
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);
|
endingStyle = CAP_ROUND);
|
||||||
|
|
||||||

|

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