Improve Planar Booleans

Hi
Why not support command Intersect coplanar surfaces And

Difference coplanar surfaces Choice of multiple surfaces
Thanks

While waiting for this to be implemented, you might try out the scripts below. Let me know if there are any failures, I had to re-write one today to workaround a Rhino BooleanDifference bug.

PlanarSrfBooleanDifference.py (8.7 KB)
PlanarSrfBooleanIntersection.py (8.3 KB)

1 Like

Yes, that does work. There will be some manual clicking to do to define the regions to keep. The scripts run like normal 3D booleans (in fact that’s what they do behind the scenes) - choose a set of base surfaces, a set of surfaces to subtract with and go.

Since the native Rhino planar Boolean commands likely won’t be updated for V8, I might look into modifying the scripts to also accept coplanar curves in addition to surfaces.

1 Like

Hi -

I’ve added this thread to RH-60379 and RH-60378.
-wim

1 Like