mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-02-03 02:09:36 +00:00
doc fix
This commit is contained in:
parent
4d2045aa95
commit
01b125f665
1 changed files with 4 additions and 4 deletions
|
@ -1412,10 +1412,10 @@ module exclusive_or() {
|
|||
// Arguments:
|
||||
// region = region or path listing points to compute the hull from.
|
||||
// Example(2D, NoAxes):
|
||||
data = [star(id=10,od=20,n=9),
|
||||
right(30, star(id=12,od=25, n=7))];
|
||||
stroke(data);
|
||||
stroke([hull_region(data)],color="red");
|
||||
// data = [star(id=10,od=20,n=9),
|
||||
// right(30, star(id=12,od=25, n=7))];
|
||||
// stroke(data);
|
||||
// stroke([hull_region(data)],color="red");
|
||||
function hull_region(region) =
|
||||
assert(is_path(region) || is_region(region))
|
||||
let(
|
||||
|
|
Loading…
Reference in a new issue