How to plot single drawing in the background with lisp.

Discussion in 'AutoCAD' started by Jason Piercey, Nov 17, 2004.

  1. Isn't backgroundplot a system variable?
    Sorry, don't have 2005 loaded here to check.
     
    Jason Piercey, Nov 17, 2004
    #1
  2. Jason Piercey

    David Allen Guest

    Without using the sheetset manager how can I plot the current drawing in the background.
    I have a lisp routine keyin that does my plotting of the current drawing. I'd like to be able to background
    plot via lisp. There is an option in the plot dialog box, but not in the command line -plot command for
    background plotting.

    David
     
    David Allen, Nov 17, 2004
    #2
  3. Jason Piercey

    James Murphy Guest

    Yes it is but from the help files:

    When -PLOT, PLOT, -PUBLISH, and PUBLISH are used in a script (SCR file), the
    BACKGROUNDPLOT system variable value is ignored, and -PLOT, PLOT, -PUBLISH,
    and PUBLISH are processed in the foreground.

    So depending on how David is calling up plot in his routine as to rather it
    plots backgroud or foreground.

    Murph
     
    James Murphy, Nov 18, 2004
    #3
  4. Jason Piercey

    David Allen Guest

    so if I set it to 3 and use a -plot command via lisp, what then?

    "James Murphy" <>
    |>Yes it is but from the help files:
    |>
    |>When -PLOT, PLOT, -PUBLISH, and PUBLISH are used in a script (SCR file), the
    |>BACKGROUNDPLOT system variable value is ignored, and -PLOT, PLOT, -PUBLISH,
    |>and PUBLISH are processed in the foreground.
    |>
    |>So depending on how David is calling up plot in his routine as to rather it
    |>plots backgroud or foreground.
    |>
    |>Murph
    |>
    |>"Jason Piercey" <nomail> wrote in message |>> Isn't backgroundplot a system variable?
    |>> Sorry, don't have 2005 loaded here to check.
    |>>
    |>> --
    |>> Autodesk Discussion Group Facilitator
    |>>
    |>>
    |>> |>>> Without using the sheetset manager how can I plot the current drawing in
    |>>> the background.
    |>>> I have a lisp routine keyin that does my plotting of the current drawing.
    |>>> I'd like to be able to background
    |>>> plot via lisp. There is an option in the plot dialog box, but not in the
    |>>> command line -plot command for
    |>>> background plotting.
    |>>>
    |>>> David
    |>>
    |>>
    |>


    David
     
    David Allen, Nov 19, 2004
    #4
  5. Jason Piercey

    James Murphy Guest

    It should plot in the background.
    I tried it this now. Backgroundplot = 3
    (command "plot" """ ......) and it shows it background plotting

    Murph
     
    James Murphy, Nov 19, 2004
    #5
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.