Shallowhead said the following On 3/1/2007 6:50 AM: > Greetings, > I'm looking for a lisp or something to help draw automatic contours based on 3d spot elevations that I have in a drawing. I need this to be done in AutoCAD 2006 or 07.
> Willing to pay a fair price. > Best regards, > SH Take a look at: -- R.K. McSwain http://rkmcswain.blogspot.com. You may wish you had payed a fair price but I do have a program I created a few years back that I use.
Contour Elevations at Intervals with Labels elevates contour polylines and/or labels them. Electrax 2 vst free download. Features Uses an exploded block for labeling so you can customize label as needed. Uses fields for labeling if you choose. Saves to (setcfg) to remember settings between sessions. Saves to a single global.
The commands are simple SCON to set the contour height CONTOUR to use it All you have to do is select a node then a dtext item on one side then do the same for the other side. Then repeat until your fingers are soar. It places points which you can join later using a spline. If you want to modify it to prompt an elevation send me an email (I have used it that way in the past) and I'll let you know how.
Here is a dynamic one modified from an Alan J Thompson routine. Your contour must be on layer 'Major Contour' and 'Minor Contour' for it to work.;; c:dlbl Dynamic Contour Labeling by ymg;;;;;; Extension to LCE program by Alan J.