Morphing
>> there may be a simpler solution but I can't think of one.
If "exact" z-values aren't required, a slightly clumsy method using the
Displace IPAS and the SEEZ IPAS might work. Create a greyscale bitmap from the
topo mesh using SEEZ for each of the two meshes. Create a grid object and copy
it. Displace grid1 with the "before" greyscale and displace grid2 with the
"after" greyscale. These 2 grid objects should morph flawlessly.
– Dave