From the Ground Up
A European perspective on design and out of the box thinking with Civil 3D.
About Jack About OveLatest Post
- posted 10/18/07 by Ove Cervin Updated - Elevations on contours
- Hello!
As I got som nice tips on how to update and slightly modify Nicolas nice little .LSP last week I thought I could update it here as well, to all of you.
What has been done is:
Additional functionality to get the "temp line" erased automatically when the contours has been modified.
Also changed to fit non-english versions. (Hopefully)
Here it is, the new version:
Download file
Use "Appload" to get the lisp loaded in to C3D. Then use the command "chelev".
Please see last post on the general functionality:
http://civilcommunity.autodesk.com/blogs/blog/6/blogpost/7629/
Cheers / Ove

User Comments
(command "._erase" (entlast)"")
INSTEAD
(command ".erase" (entlast)"")
For non english versions.......... ;-)
Thanks for such a great and useful tools
Posted 10/18/2007 8:05 PM by Txus Ortiz
If you'd add pt1 after the getpoint of pt2 you could "see" the temp line before it is actualy drawn, to let you know where it is going to be placed. The third line currently says:
(setq pt2 (getpoint " End of fence line - high point")) "")
The third line should be:
(setq pt2 (getpoint pt1 " End of fence line - high point")) "")
Otherwise a great command!
Maybe a future enhancement would be an option to select contour label text or mtext as the contour pline elevation.
Posted 10/24/2007 1:50 PM by NICK RHOADS