I’d like to visualize the displacement between the two meshes.
Idea is showing gradient color to indicate red as high displacement and small displacement in green.
Approach is calculating the distance of each individual mesh and remap the distance value to gradient color value.
Problem is the red color should be painted at A area instead of B area, because A area is having larger distance value compared to B area.
I’m forcing it to map correctly by only mapping it one to one and then rejoining the mesh.
Lock the solution before you start grafting as I have crashed rhino several times because of the large amount of data it generates.