Error on boolean union

Error on boolean union

Anonymous
Not applicable
3,237 Views
2 Replies
Message 1 of 3

Error on boolean union

Anonymous
Not applicable

Hi!

When doin' a boolean union, I get this crash error. What can I do?

Thanks!

Fred

0 Likes
Accepted solutions (1)
3,238 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
Accepted solution

That's no crash but an exception MM is not able to handle. So it aborts the task.

 

MM booleans allow (against other software) to get a boolean result also if the involved objects are not watertight. The only limitation is: The holes ( open boundaries indicated by those blue seams) must NOT be on the intersection line between both meshes. As long as you do not fix those holes booleans can't work.

 

Instead of BooleanUnion I recommend to Combine both (maybe more) surfaces to one object and run MakeSolid (with sufficient SolidAccuracy and MeshDensity) on that object to merge the surfaces.

Message 3 of 3

Anonymous
Not applicable

I just arrived at this method while having difficulty with error on boolean merge.  It's also a much faster process it would appear.

0 Likes