I’m learning boolean operations. In boolean split, only one of the original volume gets split. What if I want to split both the participating volumes?
Like in the video example here, I want to split the flat vertical geometry into two pieces and the cuboid into three pieces due to the intersection boolean split happening.
Actually the Rhino command BooleanSplit does what you want if you select both objects for splitting and cutting. The only not so nice thing is that you need to delete the intersection once.