mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-06 19:06:57 +02:00
Tweak subdivide_path() example images.
This commit is contained in:
@@ -731,10 +731,10 @@ function _sum_preserving_round(data, index=0) =
|
|||||||
// place_copies(mypath)circle(r=.1,$fn=32);
|
// place_copies(mypath)circle(r=.1,$fn=32);
|
||||||
// Example(2D):
|
// Example(2D):
|
||||||
// mypath = subdivide_path(square([8,2],center=true), 12);
|
// mypath = subdivide_path(square([8,2],center=true), 12);
|
||||||
// place_copies(mypath)circle(r=.1,$fn=32);
|
// place_copies(mypath)circle(r=.2,$fn=32);
|
||||||
// Example(2D):
|
// Example(2D):
|
||||||
// mypath = subdivide_path(square([8,2],center=true), 12, method="segment");
|
// mypath = subdivide_path(square([8,2],center=true), 12, method="segment");
|
||||||
// place_copies(mypath)circle(r=.1,$fn=32);
|
// place_copies(mypath)circle(r=.2,$fn=32);
|
||||||
// Example(2D):
|
// Example(2D):
|
||||||
// mypath = subdivide_path(square([2,2],center=true), 17, closed=false);
|
// mypath = subdivide_path(square([2,2],center=true), 17, closed=false);
|
||||||
// place_copies(mypath)circle(r=.1,$fn=32);
|
// place_copies(mypath)circle(r=.1,$fn=32);
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
BOSL_VERSION = [2,0,45];
|
BOSL_VERSION = [2,0,46];
|
||||||
|
|
||||||
|
|
||||||
// Section: BOSL Library Version Functions
|
// Section: BOSL Library Version Functions
|
||||||
|
Reference in New Issue
Block a user