Jeremy wrote:

> I am building a field using construct and using it to create two implicit
> surfaces.  I need to rotate one of these surfaces but not the other.  Both
> these surfaces must remain on the same field because I wish to perform a union
> on them after.  How would I rotate one and not the other?
>
> Jeremy Kivi
> University of Calgary

There are a couple options I can think of. First, I have a module called
MergeFields.
It's pretty crude and may be little buggy, but it will take a collection of 
fields
having the same structure and
merge them all into a single field.

Another possible alternative is to create an extra component in your field (I
often call it "selected")
and use a Compute module containing a conditional based on that component.

(selected = 1)?(rotate it):(don't rotate it)


Richard

Reply via email to