Irregular Boolean operation

Technical discussions
Post Reply
Ivy Fernandez
Posts: 1
Joined: Fri Jul 05, 2019 1:02 am

Irregular Boolean operation

Post by Ivy Fernandez »

If two identical solid boxes touch each other, how to maintain shared face after Boolean Intersect operation? It seems that the shared face is deleted
Thanks

Prashant Kande
Posts: 121
Joined: Mon Apr 04, 2016 4:55 am

Re: Irregular Boolean operation

Post by Prashant Kande »

Hi Ivy
You must have tried this on brep objects. Unfortunately this is the way it works. There has to be defined an intersection curve(s).

I should work if you convert either or both objects to mesh (See http://www.dynoinsight.com/phpBB3/viewt ... f=2&t=3129). In mesh we do handle this case.

In some cases you can also upgrade the result to bspline face set or even more, but this needs some work

Post Reply