From the Ground Up

A European perspective on design and out of the box thinking with Civil 3D.

About Jack About Ove

User Comments

  • I've modified this routine to erase line line after it's done with it.
    Add:
    (command ".erase" (entlast)"")
    at the end before (princ), and the construction line will be removed for you.
    Great routine Nickolas, thank you!

    Posted 10/8/2007 12:17 PM by Matthew Risch

  • Posted 10/11/2007 2:21 PM by paulus sia

  • Hi.

    it's great and save a lot of time.

    what happend if there are variations in levels, I meant increasing and decreasing?

    Posted 10/11/2007 2:25 PM by paulus sia

  • Found a little mistake....for non english versions.... :-)

    ssget "F" has to be change for ssget "_F"

    (setq ss1 (ssdel (entlast) (ssget "_F" (list pt1 pt2 ))))

    Anyway....GREAT TOOL, and thank you very much!!!!

    Posted 10/13/2007 5:21 AM by Pedro Jesus Ortiz Toro

  • Hi guys,
    First - thanks to Nicolas who wrote it ;-)

    I'll add the added information to the .LSP and re-publish it again this week.

    Note: If you have contours whith elevations that are not linear you have to do it in several steps.

    Thanks for the positive comments! Best regards / Ove C

    Posted 10/15/2007 2:26 AM by Ove Cervin

  • Ove,

    Thank you so much for this utility! I am an AE and have had many clients ask me to do this very thing. I always thought that this workflow could be better accomplished through LISP, rather then changing them manualy through the Properties palette. Of course, you have to know LISP (which I don't :-)... I think you have motivated me to learn LISP after seeing that this routine is only ~15 lines.

    Thanks again!

    -Seth Cohen

    Posted 10/23/2007 5:30 AM by Seth Cohen

  • Well - nice that you liked it Seth. It was actually Nicholas who wrote it ;-)
    I agree that it would have been nice to know more of lisp. That was the only part in the manual of R10 that I didnt learn... ;-) // Ove

    Posted 1/9/2008 4:50 AM by Ove Cervin