Split brep Multiple problem

Hello! :wave: I’m having trouble using ‘Split Brep Multiple’ correctly. I believed I could split my solids using one solid with two surfaces, expecting to get three breps as a result.
However, the outcome didn’t yield three breps. Can you help me understand where I might be making a mistake?

error_04-12-23.gh (141.9 KB)

the data structure of your breps and the one of your cutters do not match:

if you flatten+reverse then graft the Breps, you’ll see that many of them gets cut into 2 parts:
that happens because your cutters on one side are tangent to the breps

if -just for the sake of trying- scale the breps in such a way they become bigger, you can confirm those are cut into 3 parts by the respective cutters, as you correctly believed :slight_smile:


error_04-12-23_Re.gh (143.3 KB)

[edit: I just recalled R8 has a new Volume component, I’m using R8, so -if you aren’t- I guess you’ll have to replace it with the R7 one to see the last example at work]

1 Like