Command line

Discussion in 'AutoCAD' started by bestafor, Jun 27, 2003.

  1. bestafor

    bestafor Guest

    HiHo again;
    You can write it to the command line.
    (defun c:1 () (command "view" "s" 1 ""))
    (defun c:2 () (command "view" "s" 2 ""))

    (defun c:11 () (command "view" "r" 11 ""))
    (defun c:22 () (command "view" "r" 22 ""))
    or put them in your acad.lsp or write a lisp
    program to load them. The views are probably
    easier to save as you work unless you zoom to the
    same place each time.
     
    bestafor, Jun 27, 2003
    #1
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.