linetype and linetype scales

Discussion in 'AutoCAD' started by David McReynolds, Dec 3, 2004.

  1. I have been drafting using autocad for over 10 years and I have always
    adhered to the standard of using ltscale of .5 and a psltscale of 1. This
    allows you to have different scales on 1 sheet drawing (i'm sure this is not
    anything new to anyone) My new employer has a setup where they set the
    ltscale at 24 for a 1/8" dwg and 16 for a 1/4" dwg. if you try to do
    multiple scales on 1 sheet you would have to scale the linetypes via the
    properties dialog box. I'm told the reason for this is to not have to change
    the ltscale when going from MS to PS in order to see linetype generation
    when in MS. also so that setting the ltscale back to 96 or 48 is not
    forgotten when plotting. does anyone know of a way to not have to switch
    the ltscale back and forth in order to see LT generation and not have plots
    with solid linetypes?

    Thanks in advance,

    David McReynolds
     
    David McReynolds, Dec 3, 2004
    #1
  2. David McReynolds

    Paul Turvill Guest

    Nope. Your method is the better one. Could your employer live with 16 for a
    1/4" scale and *32* for 1/8"? Then, using your method, PSLTSCALE = 1 and
    LTSCALE = 1/3 (or 0.333). It takes only a tiny bit of customization to
    switch LTSCALE back to 16 or 32 when going back to the Model tab. It
    wouldn't seem to be a big deal, since your employer has folks changing
    LTSCALE for for models to be plotted at different scales anyway. And what
    happens when (or if) there are differently scaled viewports on a single
    sheet?

    If your employer is interested in a compromise, check into the Customization
    group, where this topic has been discussed extensively.
    ___
     
    Paul Turvill, Dec 3, 2004
    #2
  3. David McReynolds

    OLD-CADaver Guest

    Search these boards for a layout reactor tool called CHANGEDLAYOUT.LSP. With just a little tweaking you can have it set the ltscale properly when toggling PS to MS to PS
     
    OLD-CADaver, Dec 3, 2004
    #3
  4. David McReynolds

    Bill DeShawn Guest

    David's company sounds as though his new job is within an architectural firm
    judging by the 1/4" and 1/8" scales used for plotting. 1/8" scale plotting
    is mostly used for check plots in this venue. 1/4" plots are the finish
    plot size. If you change your linetype scale for the check plots, you will
    not be able to really see what the drawing will look like at the finish plot
    size and you might let something go that you shouldn't or might "correct"
    something that you shouldn't based on readability of text across a hidden or
    dashed line that won't be dashed the same way at a different ltscale. It
    would be wiser just to create a ctb or stb file that gives you lighter pen
    settings for the 1/8" scale plots to better emulate how the plot will look
    at the 1/4" finish plot size. I hope I am making sense.
     
    Bill DeShawn, Dec 4, 2004
    #4
  5. David McReynolds

    Rick Keller Guest

    I do it the way your employer does it.
    I have a set of scripts to change the ltscale, text height, dim scale ...
    etc
    This way it always looks correct while you are drafting it. and a psltscale
    set to 1.
    here is an excerpt from my menu file. It makes multiple scales in drawings
    very easy.

    I also dimension everything in modelspace thats why I have all of the
    dimstyles.

    Rick


    ***POP5
    [sc&Ripts]
    [1
    FULL]^C^C-DIMSTYLE;;1;-STYLE;standard;;0.09375;;;;;LTSCALE;0.375;graphscr
    [4
    3"=1']^C^C-DIMSTYLE;;4;-STYLE;standard;;0.375;;;;;LTSCALE;1.5;graphscr
    [8
    1-1/2"=1']^C^C-DIMSTYLE;;8;-STYLE;standard;;0.75;;;;;LTSCALE;3;graphscr
    [12
    1"=1']^C^C-DIMSTYLE;;12;-STYLE;standard;;1.125;;;;;LTSCALE;4.5;graphscr
    [16
    3/4"=1']^C^C-DIMSTYLE;;16;-STYLE;standard;;1.5;;;;;LTSCALE;6;graphscr
    [24
    1/2"=1']^C^C-DIMSTYLE;;24;-STYLE;standard;;2.25;;;;;LTSCALE;9;graphscr
    [32
    3/8"=1']^C^C-DIMSTYLE;;32;-STYLE;standard;;3;;;;;LTSCALE;12;graphscr
    [48
    1/4"=1']^C^C-DIMSTYLE;;48;-STYLE;standard;;4.5;;;;;LTSCALE;18;graphscr
    [48-RT
    1/4"=1']^C^C-DIMSTYLE;;48-RT;-STYLE;standard;;4.5;;;;;LTSCALE;18;graphscr
    [64
    3/16"=1']^C^C-DIMSTYLE;;64;-STYLE;standard;;6;;;;;LTSCALE;24;graphscr
    [64-RT
    3/16"=1']^C^C-DIMSTYLE;;64-rt;-STYLE;standard;;6;;;;;LTSCALE;24;graphscr
    [96
    1/8"=1']^C^C-DIMSTYLE;;96;-STYLE;standard;;9;;;;;LTSCALE;36;graphscr
    [96-RT
    1/8"=1']^C^C-DIMSTYLE;;96-RT;-STYLE;standard;;9;;;;;LTSCALE;36;graphscr
    [->con't]
    [120
    1"=10']^C^C-DIMSTYLE;;120;-STYLE;standard;;11.25;;;;;LTSCALE;45;graphscr
    [120-RT
    1"=10']^C^C-DIMSTYLE;;120-RT;-STYLE;standard;;11.25;;;;;LTSCALE;45;graphscr
    [128
    3/32"=1']^C^C-DIMSTYLE;;128;-STYLE;standard;;12;;;;;LTSCALE;48;graphscr
    [128-RT
    3/32"=1']^C^C-DIMSTYLE;;128-RT;-STYLE;standard;;12;;;;;LTSCALE;48;graphscr
    [192
    1/16"=1']^C^C-DIMSTYLE;;192;-STYLE;standard;;18;;;;;LTSCALE;72;graphscr
    [192-RT
    1/16"=1']^C^C-DIMSTYLE;;192-RT;-STYLE;standard;;18;;;;;LTSCALE;72;graphscr
    [240
    1"=20']^C^C-DIMSTYLE;;240;-STYLE;standard;;18;;;;;LTSCALE;90;graphscr
    [240-RT
    1"=20']^C^C-DIMSTYLE;;240-RT;-STYLE;standard;;18;;;;;LTSCALE;90;graphscr
    [->con't]
    [360
    1"=30']^C^C-DIMSTYLE;;360;-STYLE;standard;;27;;;;;LTSCALE;135;graphscr
    [360-RT
    1"=30']^C^C-DIMSTYLE;;360-RT;-STYLE;standard;;27;;;;;LTSCALE;135;graphscr
    [384
    1/32"=1']^C^C-DIMSTYLE;;384;-STYLE;standard;;29;;;;;LTSCALE;144;graphscr
    [384-RT
    1/32"=1']^C^C-DIMSTYLE;;384-RT;-STYLE;standard;;29;;;;;LTSCALE;144;graphscr
    [480
    1"=40']^C^C-DIMSTYLE;;480;-STYLE;standard;;36;;;;;LTSCALE;180;graphscr
    [480-RT
    1"=40']^C^C-DIMSTYLE;;480-RT;-STYLE;standard;;36;;;;;LTSCALE;180;graphscr
    [600
    1"=50']^C^C-DIMSTYLE;;600;-STYLE;standard;;45;;;;;LTSCALE;225;graphscr
    [600-RT
    1"=50']^C^C-DIMSTYLE;;600-RT;-STYLE;standard;;45;;;;;LTSCALE;225;graphscr
    [1200
    1"=100']^C^C-DIMSTYLE;;1200;-STYLE;standard;;90;;;;;LTSCALE;450;graphscr
    [<-1200-RT
    1"=100']^C^C-DIMSTYLE;;1200-RT;-STYLE;standard;;90;;;;;LTSCALE;450;graphscr
     
    Rick Keller, Dec 14, 2004
    #5
  6. David McReynolds

    Rick Keller Guest

    One other thing.....

    Switching from model / paper space.
    I use this...

    Rick
     
    Rick Keller, Dec 14, 2004
    #6
  7. David McReynolds

    Bill DeShawn Guest

    That's great in R12 or R14, but if you have more than one layout, you're
    probably not going to get the layout you want that way.

    --
    Bill DeShawn

    http://my.sterling.net~bdeshawn

     
    Bill DeShawn, Dec 30, 2004
    #7
  8. I have been using a routine that you can download
    from www.cadnovation.com called Ltype_Switch.
    You can set your different ltcales for model and paper space
    and it will switch those automatically.

    Leo



     
    Leothebuilder, Dec 31, 2004
    #8
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.