Hi all, I’m trying to figure something out that I’m not sure is possible. This is so I can hopefully key a model for 3d printing in a minimal amount of operations.
I’m trying to separate a chunk of mesh cleanly with just 1 live boolean operation.
My target result is “A” and I can get there via “B”, but when I want to cut multiple sections from 1 complicated object I have to duplicate my source mesh multiple times with this method.
If I do approach B it creates an unacceptable gap between the two parts. Does anyone know a solution to this? I’ve also tried cutting with a plane, but it gives weird, unpredictable results.