I try to draw a sloped line with AccuDraw. I tried this tutorial but it didn't work as expected: https://envisioncad.com/accudraw-with-popup-calculator
For example I input 1000, 1000, 1300 coordinates for the first point, second point will be 40 meters away with %5 slope. In distance, direction mode, I input dist: 40 m, direction: 40 degree, Z: pressed * and input 0.5. Elevation didn't change. I expect that it calculates 40- (40*0.5) How can it be calculated from the first elevation?
Edit: corrected (Z * slope) to (distance * slope)
Your Z would be 40(hit)*(type)-0.05
That is "40 feet at 5% down"5% on it's own doesn't mean anything - it can only be applied to a distance.
MaryB
Power GeoPak 08.11.09.918Power InRoads 08.11.09.918OpenRoads Designer 2021 R2
Answer Verified By: Edip Ahmet TAŞKIN
Thank you Mary, About negative slope, when I type (-0.05) it worked!