Complex boolean

hi all,
this is a topic that always hurts…
I am trying to make a complex boolean operation in 2d as you see in the image. I have tried many ways and I haven’t had any success. (the only way was with consecutive solid union and Merge faces but it becomes extreeeemely slow)
The purpose is to produce just a 2d design to be used for cnc.
any thoughts?

boolean.gh (25.4 KB)

1 Like

This is the best I’ve come up with but it’s veeery slow. still nobody???
boolean.gh (24.5 KB)

1 Like

Hi Aris,

check the plugin “Clipper Offset” for Rhino / GH. (https://www.food4rhino.com/app/clipper-grasshopper-and-rhino).
Its a lifesaver and incredible fast. but works only with Polylines not Curves ( but it is easy to convert them).
You can also execute the offsets for multiple curves as a command in Rhino! ( love it )
In the attached script, you can see a solution for your problem.

Greetings,
Bumayeboolean_edited.gh (25.2 KB)

2 Likes