mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-06 19:46:36 +02:00
Example fix for path_chamfer_and_rounding()
This commit is contained in:
@@ -432,7 +432,7 @@ function path_torsion(path, closed=false) =
|
|||||||
// stroke(path2, closed=true);
|
// stroke(path2, closed=true);
|
||||||
// Example(2D): Per-Corner Chamfering
|
// Example(2D): Per-Corner Chamfering
|
||||||
// path = star(5, step=2, d=100);
|
// path = star(5, step=2, d=100);
|
||||||
// rs = [for (i=[0:1:4]) each 3*[i,i]];
|
// rs = [for (i=[0:1:4]) each 2*[i,i]];
|
||||||
// path2 = path_chamfer_and_rounding(path, closed=true, rounding=rs);
|
// path2 = path_chamfer_and_rounding(path, closed=true, rounding=rs);
|
||||||
// stroke(path2, closed=true);
|
// stroke(path2, closed=true);
|
||||||
// Example(2D): Mixing Chamfers and Roundings
|
// Example(2D): Mixing Chamfers and Roundings
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
BOSL_VERSION = [2,0,497];
|
BOSL_VERSION = [2,0,498];
|
||||||
|
|
||||||
|
|
||||||
// Section: BOSL Library Version Functions
|
// Section: BOSL Library Version Functions
|
||||||
|
Reference in New Issue
Block a user