mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-09-25 05:51:41 +02:00
updated docs
This commit is contained in:
@@ -13,6 +13,7 @@ Creates a polyline from a list of `x`, `y` coordinates. When the end points are
|
||||
|
||||
## Examples
|
||||
|
||||
include <line2d.scad>;
|
||||
include <polyline2d.scad>;
|
||||
|
||||
$fn = 24;
|
||||
@@ -20,6 +21,7 @@ Creates a polyline from a list of `x`, `y` coordinates. When the end points are
|
||||
|
||||

|
||||
|
||||
include <line2d.scad>;
|
||||
include <polyline2d.scad>;
|
||||
|
||||
$fn = 24;
|
||||
@@ -28,6 +30,7 @@ Creates a polyline from a list of `x`, `y` coordinates. When the end points are
|
||||
|
||||

|
||||
|
||||
include <line2d.scad>;
|
||||
include <polyline2d.scad>;
|
||||
|
||||
$fn = 24;
|
||||
|
Reference in New Issue
Block a user