Plot - Scale to fit in Lisp command line not working?

Discussion in 'AutoCAD' started by smcatee, Jul 23, 2004.

  1. smcatee

    smcatee Guest

    I am trying to make my lisp program plot a layout with "Scale to Fit" enter on the command line, set from a variable, and it is not accepting it.

    If I run this line:
    (setq PLOTSCALE "Fit")

    and then run this command sequence:
    (command "-PLOT" "Y" "" "L1-5100.pc3" "A3" "M" "L" "N" "L" PLOTSCALE "0,0" "Y" "HPA-STD.ctb" "Y" "Y" "N" "N" "N" "N" "Y")

    The print seems to come out at 1:1. I have also tried:
    (setq PLOTSCALE "F")

    Any help would be greatly appreciated.

    Shane.
     
    smcatee, Jul 23, 2004
    #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.