Hi Will - difference and union are certainly the more frequently used booleans, intersection is definitely used less often but it is particularly handy for quickly creating the combination between 2 profiles like in this case.
You could get the same end result using boolean difference instead. For that way you would first extrude the top profile into a solid, and on the side profile you would just have the top and bottom curves, not a fully closed loop. Then you could use Boolean Difference to cut the extrusion with the top and bottom side curves, that will slice the extrusion into different solid pieces and you can throw away the extra pieces.
The intersection method is just fewer steps.
But one other cool thing about the intersection method between 2 curves is that history is active for this case, so you can tweak the curves and see the intersection result update with your curve edits. For example with this intersection (here I have moved the curves away from the centerline before doing the intersection to keep them out of the way of the solid):
Then when editing the control points of the side curve, the solid will automatically update:
> PS - Goodness Michael, I hope you can get information like this in your
> documentation somehow so everyone using MOI can get the maximum
> benefit from all of MOI's tools!
Well, I'm going to try! :) Probably it will get more fleshed out and complete over time. There will be an initial batch of stuff that will go out with V1, but it's likely that I will continue to add various tutorials online after the release of 1.0 .
- Michael
|