mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-19 05:01:32 +02:00
Bugfix for split_polygons_at_each_z()
This commit is contained in:
@@ -1514,7 +1514,7 @@ function _split_polygon_at_y(poly, y) =
|
||||
|
||||
function _split_polygon_at_z(poly, z) =
|
||||
let(
|
||||
zs = subindex(poly,1)
|
||||
zs = subindex(poly,2)
|
||||
) (min(zs) >= z || max(zs) <= z)? [poly] :
|
||||
let(
|
||||
poly2 = [
|
||||
|
Reference in New Issue
Block a user