lisp 3d to 2d files

Discussion in 'AutoCAD' started by C J Clark, Feb 8, 2005.

  1. C J Clark

    C J Clark Guest

    I have a 3d elevation. it has x,y,z values.
    i am trying to get a lisp to turn this file from 3d to
    2d using v2000.
    help very much appreciated

    kind regards

    cj
     
    C J Clark, Feb 8, 2005
    #1
  2. C J Clark

    Matt W Guest

    Something like this??!?

    (defun c:NoElev ( / )
    (command "change" "all" "" "p" "elev" "0" "")
    (princ)
    )
     
    Matt W, Feb 8, 2005
    #2
  3. C J Clark

    Don Butler Guest

    Don Butler, Feb 8, 2005
    #3
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.