Hi,
I have a situation where I have a polygon feature with x,y values for all vertices that I want to keep. Now I want to raise some of them and give them z value. However, I don't want to assign the z-value for all vertices manually since there are a lot of them. For example, I want to raise Vertex 1 (+ 1m) and Vertex 5 (+ 4m). Vertex 2,3,4 should then get a z-value assuming there is a straight line between Vertex 1 and 5.

Is there a tool that I can use to achieve this? The only way I have found is to raise all vertices that should have a given z-value, then remove and again add vertices inbetween and move them back to x,y position. This would be an acceptable solution if there weren't so many vertices in my feature.
Thanks in advance!
/Max