JKEdmo Posted Tuesday at 03:09 PM Share Posted Tuesday at 03:09 PM Good morning, How do I change how my elevation line labels read? I'd like decimal feet with no decimal point and units for example 88 as opposed to 88.00 ft. Note that what's shown are manual terrain elevation lines and not contours. Thanks again, Jim Link to comment Share on other sites More sharing options...
Solution DBCooper Posted Tuesday at 03:54 PM Solution Share Posted Tuesday at 03:54 PM How did you get what you are already showing? Assuming you are using a "specified" label, you should be able to use %elevationf% to get the same as the automatic label. If you want it formatted differently, you can use %elevation% and add your own formatting options such as %elevation.to_ft.round(0)%. If you need something more complicated, then you would probably need to write your own custom macro. Link to comment Share on other sites More sharing options...
JKEdmo Posted Tuesday at 04:02 PM Author Share Posted Tuesday at 04:02 PM 6 minutes ago, DBCooper said: How did you get what you are already showing? Assuming you are using a "specified" label, you should be able to use %elevationf% to get the same as the automatic label. If you want it formatted differently, you can use %elevation% and add your own formatting options such as %elevation.to_ft.round(0)%. If you need something more complicated, then you would probably need to write your own custom macro. Just out of the box output. I don't know anything about macros, but your second suggestion works perfectly. Thanks for that fix! Jim Link to comment Share on other sites More sharing options...
Renerabbitt Posted Tuesday at 05:21 PM Share Posted Tuesday at 05:21 PM 1 hour ago, JKEdmo said: Just out of the box output. I don't know anything about macros, but your second suggestion works perfectly. Thanks for that fix! Don't display your elevation lines, instead turn on contours, primary and/or secondary Link to comment Share on other sites More sharing options...
JKEdmo Posted Tuesday at 05:34 PM Author Share Posted Tuesday at 05:34 PM 10 minutes ago, Renerabbitt said: Don't display your elevation lines, instead turn on contours, primary and/or secondary I don't want to. I am duplicating topo lines from a survey drawing and I want them to closely match, so hence the manual input. I found that the auto-generated terrain contour lines don't match close enough for my purposes. Jim Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now