Hello, im trying to follow this tutorial, and im stuck at 9:24. After the boolean union it should look the same but be a single object, but as you can see on the photo it doesn’t work that way. The only thing i did different than the tutorial is I used a smaller, and a round stone instead.
How do i solve the problem, and how did it happen in the first place?
It’s good to know these problems can be solved by perturbing the input geometry slightly, but it should work without having to do this—it’s a bug. I created a YT issue: link.
The Union will also work if you _Explode the four pins, then _Rebuild the bent cylinder parts (to same parameters) and (re)_Join them with the caps.
Perhaps more pertinently, the intersection between the hoop and the pin touches the edge shared between cap and cylinder. However it does not split the cap and it still touches the edge after rebuilding the cylinder. Why splitting the original cylinder is a mess and splitting the rebuilt one isn’t, I have no idea, but @martinsiegrist’s solution of reducing the tolerance to 0.0001 means that the intersection no longer touches the edge and that makes the original surface split cleanly. As you say, good luck with the debug!