layouts in model tabs

Discussion in 'AutoCAD' started by Brian Forbes, Oct 19, 2004.

  1. Brian Forbes

    Brian Forbes Guest

    See the folowing drawing:
    http://www.autolisp.org/layout in model space.dwg

    Everywhere I open it on my network, I get the same result. There is a
    layout on a model tab plot. (Ctrl+P, plot area - what to plot -
    LAYOUT?!?) This is creating problems for my batch plotting. Any
    ideas how to get rid of this?


    I notice the following reveals no mistaken identity or problems of
    that kind.
    (setq
    dl
    (foreach a (entget (namedobjdict))
    (if next (setq next nil found (cdr a)))
    (if (= (cdr a) "ACAD_LAYOUT") (setq next T))
    found
    )
    )
    (entget (cdr (last (entget dl))))


    If there were only a variable to set - or something to delete...


    Brian
     
    Brian Forbes, Oct 19, 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.