Flow

 From:  Michael Gibson
4442.12 In reply to 4442.10 
Hi Ed,

> And it also looks like if your text (or start object) intersects
> the base surface, the result will intersect the target surface as
> well (rather than sit on top).

Yup, that's correct too.

Also if you plan to boolean the resulting objects on to the target, it's probably best to make them intersect it a bit (like pushing down through it somewhat) rather than making them just skim right along the same surface area. That kind of barely skimming situation tends to be harder for the booleans to deal with.

If the booleans seem to get confused also try doing the boolean between 2 pieces at a time rather than as a whole group. Sometimes that can help - at some point I want to track that down and figure out why that helps in some kinds of situations.

- Michael