mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-01-16 13:50:23 +01:00
Tweak to boolean geometry example code.
This commit is contained in:
parent
855256641d
commit
72bb408c4e
@ -6,7 +6,7 @@ $fn = 36;
|
|||||||
rgn1 = [
|
rgn1 = [
|
||||||
square(100),
|
square(100),
|
||||||
move([50,50], p=circle(d=60)),
|
move([50,50], p=circle(d=60)),
|
||||||
[[40,40],[40,60],[60,60]]
|
[[35,35],[35,65],[65,65]]
|
||||||
];
|
];
|
||||||
|
|
||||||
rgn2 = [
|
rgn2 = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user