mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-25 23:46:32 +02:00
use scad
This commit is contained in:
@@ -8,6 +8,9 @@
|
|||||||
*
|
*
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
use <in_shape.scad>;
|
||||||
|
use <pixel/px_polyline.scad>;
|
||||||
|
|
||||||
function px_polygon(points, filled = false) =
|
function px_polygon(points, filled = false) =
|
||||||
filled ?
|
filled ?
|
||||||
let(
|
let(
|
||||||
|
@@ -1,8 +1,5 @@
|
|||||||
include <unittest.scad>;
|
use <unittest.scad>;
|
||||||
include <in_shape.scad>;
|
use <pixel/px_polygon.scad>;
|
||||||
include <pixel/px_line.scad>;
|
|
||||||
include <pixel/px_polyline.scad>;
|
|
||||||
include <pixel/px_polygon.scad>;
|
|
||||||
|
|
||||||
module test_px_polygon() {
|
module test_px_polygon() {
|
||||||
echo("==== test_px_polygon ====");
|
echo("==== test_px_polygon ====");
|
||||||
|
Reference in New Issue
Block a user