From the Ground Up

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

About Jack About 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