We're experiencing a problem where we have 3D buildings that have different Z values.
When we use the MoveTo tool with the Absolute option it doesn't actually move all the vertices to that absolute value. If we say we want these vertices to be at 1200 ft the MoveTo tool will add / subtract the variances from the previous values into the new values.
This means the Absolute option did a combination of moving to the specified elevation and the delta option by adding in the difference.
Now... if the vertices of the polygon are all the same.
Then I run the MoveTo tool
This does what's expected and calculates all the vertices to be 1200
I think this goes back several versions of Pro. At one point I believe this tool worked as expected... meaning it would change all your vertices to be the absolute value that you enter. Sometime within the last several upgrades this tool started doing math on these vertices to maintain the same perspective. In my mind, absolute should be exact. I want to move all the vertices to a precise elevation. If I wanted to do math I would have used Delta and entered the difference in elevation to maintain the perspective.
Has anyone else has similar issues. This really seams like a bug / programming oversight here.
Solved! Go to Solution.
The MoveTo tool works on the features anchor point and all the feature vertices are moved relative to that, otherwise you would end up with all your X and Y values at the same location too. Z isn't special here.
The MoveTo tool works on the features anchor point and all the feature vertices are moved relative to that, otherwise you would end up with all your X and Y values at the same location too. Z isn't special here.