plot from lisp?

Discussion in 'AutoCAD' started by strongr1, Feb 11, 2004.

  1. strongr1

    strongr1 Guest

    I want to use a command from a lisp program to start the plot dialog box but when I use “(command “plotâ€)†it initiates the command line command for plot. What am I doing wrong?
     
    strongr1, Feb 11, 2004
    #1
  2. You need to add a call to (initdia) before the (command "plot"). Look up the
    function (initdia) in the AutoLISP reference of your "Developer help" in
    AutoCAD.
     
    Phil Kenewell, Feb 11, 2004
    #2
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.