Flow Test

 From:  Michael Gibson
4487.54 In reply to 4487.52 
Hi Bard,

> Is the function FLOW can to deform one round extruded
> logo (by exemple) on a half-sphere?
>
> I have tried to make this, but I never succeed to get a good result.

If you've used a boolean operation to cut the sphere, it will be a trimmed surface with the full original sphere surface as the underlying surface beneath the trim curves.

Currently Flow uses the full underlying surface so that is probably what was messing you up.

If you construct a half sphere using some other method than trimming (like by doing a revolve of a 90 degree arc like Pilou mentions), then you should see the result that you were probably expecting. You can also use the ShrinkTrimmedSrf command on the booleaned sphere to shrink the underlying surfaces down to the trimming boundaries.

See this previous post for some additional explanation:
http://moi3d.com/forum/index.php?webtag=MOI&msg=4442.6


In the next v3 beta Flow will automatically use only the visible area of the surface instead of the full underlying surface.


> It seems that "flow" runs well with a numbers of patterns to a
> surface or line, but to deform one group as we would, is not easy.

Sorry, I'm not understanding this part - what is it about a group that is not working for you? You can do flow with a group of objects, just select all the objects that you want to deform before running the command.

- Michael