I have an oval I am trying to slice two sides from. I select the oval, I add boolean, I select the cube, I select difference and it slices the opposite of what I want leaving me 2 skinny strips and NOT the sliced oval. I've used boolean many times with correct results.. except this time!!
Asked
Active
Viewed 713 times
1 Answers
2
First select both of the objects you are going to use to cut, and join them as a single object (CtrlJ:
Then set the boolean to intersect:
To see the results you can move the cutting object to a separate layer or hide it.
Just for fun, here are the other possible booleans with these two objects:
-
1You could use Difference as it's always used in these cases, but recalculating those thin objects' normals first. – Mr Zak Feb 05 '16 at 21:26
-
1Indeed, the normals on the cutting objects are wrong!. In edit mode you can recalculate them (ctrl+N) and the difference worlks... :) http://i.stack.imgur.com/avM8g.png – Feb 05 '16 at 21:32
-






Ctrl+N. Note that using this shortcut in Object mode will indeed result in reloading start-up file. – Mr Zak Feb 05 '16 at 22:41