Background
I drew a letter (that's about as far as my drawing skills go) by hand using the Freehand
Spline tool and extruded it using the Extrude Nurbs
.
Now as you can see the letter is a P
and so I need to subtract the center of it. Therefore I want to use the Boole
tool subtracting a little spline (extruded as well) from the large P
. Here are my splines:
I added P
and pSub
to the Bool
and set it to A subtract B (which works when using a normal cube and a sphere for example). Now the result is not any different from the top picture, A does not subtract B.
Note
The center little spline is longer than the outer one (the objects are laying –> ”longer“ as in the y-value being higher).
Question
Is there a way to fix this and to cut out pSub
from P
so that it is an actual P?