See the top rated post in this thread. Click here

Results 1 to 4 of 4

Thread: paper space sheet size

  1. #1
    I could stop if I wanted to
    Join Date
    2006-04
    Posts
    466
    Login to Give a bone
    0

    Default paper space sheet size

    what's the easiest way to set the current paper space sheet size in autolisp?
    i'm trying for d size
    Last edited by aaronic_abacus; 2020-04-30 at 03:59 PM.

  2. #2
    All AUGI, all the time
    Join Date
    2003-07
    Posts
    561
    Login to Give a bone
    0

    Default Re: paper space sheet size

    Just have a D size title block at 1:1 scale.

  3. #3
    Certifiable AUGI Addict
    Join Date
    2001-03
    Location
    Tallahassee, FL USA
    Posts
    3,667
    Login to Give a bone
    1

    Default Re: paper space sheet size

    As sheet sizes and how they're named vary by plotting device I'd import a page setup. I include two for each size. One for plotting and one for creating a PDF of that size.
    Code:
    ^C^C^P(or C:Steal (load "StealV1-8.lsp"))(Steal (strcat (vl-filename-directory (getenv "QnewTemplate")) (chr 92) "AutoCAD Template" (chr 92) "Templates.dwt") (list (list "Page Setups" (list "24×36" "24×36 PDF")))) .regen
    I usually create model space drawing first then add whatever size layouts and plot styles I need.
    Code:
    ^C^C^P(or C:Steal (load "StealV1-8.lsp"))(Steal (strcat (vl-filename-directory (getenv "QnewTemplate")) (chr 92) "AutoCAD Template" (chr 92) "Templates.dwt") (list (list "Page Setups" (list "11×17" "11×17 PDF"))(list "Layouts" (list "11×17")))) .regen
    Only after knowing what I'm plotting and to what scale do I add dimensions and other annotations.

    As I use Lee Mac's Steal from Drawing for importing everything it's already loaded from acaddoc.lsp not in my macros like in the examples above.

  4. #4
    I could stop if I wanted to
    Join Date
    2006-04
    Posts
    466
    Login to Give a bone
    1

    Default Re: paper space sheet size

    thanks guys!

    (COMMAND "-PAGESETUP" "NONE" "ARCH D (24.00 x 36.00 Inches)" "Inches" "Landscape" "NO" "LAYOUT" "1:1" "0.00,0.00" "YES" "." "YES" "NO" "NO" "NO")

    works in 2021 and not lower

Similar Threads

  1. Replies: 3
    Last Post: 2006-10-24, 07:05 PM
  2. Change paper space back to model space
    By ojhicks-bhm in forum AutoCAD LT - General
    Replies: 8
    Last Post: 2004-11-01, 02:41 AM
  3. Model space into paper space
    By cad.33286 in forum AutoCAD General
    Replies: 3
    Last Post: 2004-07-16, 01:07 PM
  4. Toolbars, model space, paper space..
    By A James A in forum MDT - General
    Replies: 2
    Last Post: 2004-07-14, 04:06 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •