previous plot routine

Discussion in 'AutoCAD' started by goduke21, Dec 16, 2003.

  1. goduke21

    goduke21 Guest

    anyone have a routine to do a previous plot for just one plot? thanks
     
    goduke21, Dec 16, 2003
    #1
  2. goduke21

    ECCAD Guest

    Command: (setvar "cmddia" 0)
    0

    Command: (command "_plot")
    _plot Detailed plot configuration? [Yes/No] <No>: nil
    Detailed plot configuration? [Yes/No] <No>: n

    Enter a layout name or [?] <Model>:

    Enter a page setup name <>:
    Enter an output device name or [?] <EPSON Stylus COLOR 400>:
    Write the plot to a file [Yes/No] <N>: y
    Save changes to model tab [Yes/No]? <N> n
    Proceed with plot [Yes/No] <Y>: n

    In above, 'manual' run plot, place "Previous Plot" at page setup name.

    In Lisp
    (Command "_plot" "" "n" "" "Previous Plot" "" "" "" "")
    should get it done.
     
    ECCAD, Dec 16, 2003
    #2
  3. goduke21

    akdrafter Guest

    See attatched lisp routine add your pc3 file name to the XXX.pc3 line.
     
    akdrafter, Dec 17, 2003
    #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.