mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-28 15:59:45 +00:00
doc fixes
This commit is contained in:
parent
640bd8a4c7
commit
97be7c3cd8
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ function is_region_simple(region, eps=EPSILON) =
|
|||
// pentagram = turtle(["move",100,"left",144], repeat=4);
|
||||
// region = make_region(pentagram);
|
||||
// rainbow(region)stroke($item, width=1,closed=true);
|
||||
// Examples(2D,NoAxes): Alternatively with the nonzero option you can get the perimeter:
|
||||
// Example(2D,NoAxes): Alternatively with the nonzero option you can get the perimeter:
|
||||
// pentagram = turtle(["move",100,"left",144], repeat=4);
|
||||
// region = make_region(pentagram,nonzero=true);
|
||||
// rainbow(region)stroke($item, width=1,closed=true);
|
||||
|
|
Loading…
Reference in a new issue