mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-17 17:36:30 +02:00
Fix for issue #82
This commit is contained in:
@@ -1012,6 +1012,7 @@ function offset(
|
|||||||
flip_faces=false
|
flip_faces=false
|
||||||
) =
|
) =
|
||||||
is_region(path)? (
|
is_region(path)? (
|
||||||
|
assert(!return_faces, "return_faces not supported for regions.")
|
||||||
let(
|
let(
|
||||||
path = [for (p=path) polygon_clockwise(p)? p : reverse(p)],
|
path = [for (p=path) polygon_clockwise(p)? p : reverse(p)],
|
||||||
rgn = exclusive_or([for (p = path) [p]]),
|
rgn = exclusive_or([for (p = path) [p]]),
|
||||||
|
Reference in New Issue
Block a user