Please see attached file, fault_block1.blend, to see what I’m trying to do.
1.) I made a mesh in the shape of a rectangular block.
2.) I made a NURBS curve and extruded it into a curved plane.
3.) My intention is to divide the block into two blocks along that curved plane.
I’ve been reading the forums for a couple of days, and my dog-eared copy of “Blender for Dummies,” but I must have overlooked the answer to this simple process. Anyone know how I might approach this?
Convert curve to mesh ( Alt-C ) , add Boolean modifier to block object and set MeshFromCurve as Ob. parameter.
If you want to have both parts of block , duplicate block ( Shift-D ) and set Bool modifier to ‘Intersect’ for one block and ‘Difference’ for second one.
After that Apply modifiers to blocks.
Thank you kindly, that worked!
Also, I was able to do it through the boolean modifier menu, (“W” in object mode) with different results based on which mesh I selected first.