last plot range...

Discussion in 'AutoCAD' started by nalsur8, Feb 9, 2004.

  1. nalsur8

    nalsur8 Guest

    how to get last plot range x,y
     
    nalsur8, Feb 9, 2004
    #1
  2. nalsur8

    cjneedham Guest

    Plot settings for each layout tab can be found using:

    (dictsearch (namedobjdict) "ACAD_LAYOUT")

    then performing entgets on the data returned.
    (Use 350 and 3 assoc values)...

    eg. (setq tmp (entget (cdr (nth 11 (dictsearch (namedobjdict) "ACAD_LAYOUT")))))

    Check under PLOTSETTINGS in the help file for assoc values for X,Y page size coordinates.

    Don't forget about the minimum X and Y values as well
     
    cjneedham, Feb 9, 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.