Results 1 to 8 of 8

Thread: Same Linetype & Scale but Different Appearance?

  1. #1
    Simon Guest

    Same Linetype & Scale but Different Appearance?

    Hi all,

    I have two drawings using the same linetypes and linetype scales but plines
    appear much with much larger spacing for dashed or hidden lines. Why?

    Simon.

  2. #2
    arrco Guest
    Check to make sure that none of the linetype scales for the individual lines have been modified/overridden. If a line has had it's LTS overridden to be say 0.5 then it would display smaller than one with LTS set to 1 even with the same drawing LTS.

    Hope that helps or is at least a start.

  3. #3
    Dustin Guest
    make sure ltscale and psltscale are both set the same in each drawing. Also
    check the viewports to make sure psltscale has not changed. You can change
    each view ports psltscale setting

    "arrco" <nospam@address.withheld> wrote in message
    news:30649268.1102016317207.JavaMail.jive@jiveforu m2.autodesk.com...
    Check to make sure that none of the linetype scales for the individual
    lines have been modified/overridden. If a line has had it's LTS overridden
    to be say 0.5 then it would display smaller than one with LTS set to 1 even
    with the same drawing LTS.
    Hope that helps or is at least a start.

  4. #4
    wookie Guest
    If that doesnt work try this.......

    There are two line type definition files.
    acad.lin for imperial users and
    acadiso.lin for metric users.
    Then type LT to open the linetype manager and load all the linetypes from the appropriate file, say 'yes to all' replace existing linetypes, then purge out the ones that you dont use.
    Do this in both drawings and they will look the same.

  5. #5
    Paul Turvill Guest
    In addition to looking at all of the other suggestions, check to see if the
    PLINEGEN setting is the same in both drawings, and that the LTgen setting
    (PEDIT subcommand) is the same in all of the polylines. I suspect the
    problem lies here, if polylines are the only objects affected.
    ___

    "Simon" <ng@NOSPAM-mailx.sent.com> wrote in message
    news:41af6d71_1@newsprd01...
    I have two drawings using the same linetypes and linetype scales but
    plines appear much with much larger spacing for dashed or hidden lines.
    Why?

  6. #6
    Simon Guest
    Thanks everyone for your help:) Wookie's suggestion alleviated the problem.
    I must have had imperial lines loaded in some metric dwgs but not in the
    xrefs. But unfortunately, loading the "proper" .lin file adversly affects
    the currently nice dash scale of a significant number of A-FLOR-ABOV
    lines/plines, i.e. they get huuuge.

    Since I want to keep the look of the current lines, I guess the best
    (long-term) solution to add this "new" line type into the acadiso.lin? Is it
    possible both imp and metric can be loaded at once?

    Also, apart from reloading the .lin files, is there another way to I confirm
    which .lin file is loaded?


    Simon.


    "wookie" <nospam@address.withheld> wrote in message
    news:13007061.1102022249310.JavaMail.jive@jiveforu m1.autodesk.com...
    If that doesnt work try this.......

    There are two line type definition files.
    acad.lin for imperial users and
    acadiso.lin for metric users.
    Then type LT to open the linetype manager and load all the linetypes from
    the appropriate file, say 'yes to all' replace existing linetypes, then
    purge out the ones that you dont use.
    Do this in both drawings and they will look the same.

  7. #7
    Casey Roberts Guest
    Linetypes are loaded individually so yes, you can have one linetype loaded
    from the acad.lin file and another linetype from the acadiso.lin and another
    from a custom.lin file in one drawing. The limitation is that they cannot
    have the same name (can't have two different linetypes with same name loaded
    in one drawing.)

    Another option is to apply a linetype scale directly to the object that you
    want to look different. (Note that this scale is multiplied by the drawings
    ltscale) To do this, select the object, and then using the properties
    dialog box, change the LinetypeScale.

    Casey


    "Simon" <ng@NOSPAM-mailx.sent.com> wrote in message
    news:41b07407$1_1@newsprd01...
    Thanks everyone for your help:) Wookie's suggestion alleviated the
    problem.
    I must have had imperial lines loaded in some metric dwgs but not in the
    xrefs. But unfortunately, loading the "proper" .lin file adversly affects
    the currently nice dash scale of a significant number of A-FLOR-ABOV
    lines/plines, i.e. they get huuuge.

    Since I want to keep the look of the current lines, I guess the best
    (long-term) solution to add this "new" line type into the acadiso.lin? Is
    it
    possible both imp and metric can be loaded at once?

    Also, apart from reloading the .lin files, is there another way to I
    confirm
    which .lin file is loaded?


    Simon.


    "wookie" <nospam@address.withheld> wrote in message
    news:13007061.1102022249310.JavaMail.jive@jiveforu m1.autodesk.com...
    If that doesnt work try this.......

    There are two line type definition files.
    acad.lin for imperial users and
    acadiso.lin for metric users.
    Then type LT to open the linetype manager and load all the linetypes
    from
    the appropriate file, say 'yes to all' replace existing linetypes, then
    purge out the ones that you dont use.
    Do this in both drawings and they will look the same.

  8. #8
    Bill DeShawn Guest
    PSLTSCALE has only two settings: 0 and 1

    Command: PLSTSCALE

    Type: Integer
    Saved in: Drawing
    Initial value: 1

    Controls paper space linetype scaling.


    0 No special linetype scaling. Linetype dash lengths are based on the
    drawing units of the space (model or paper) in which the objects were
    created. Scaled by the global LTSCALE factor.

    1 Viewport scaling governs linetype scaling. If TILEMODE is set to 0, dash
    lengths are based on paper space drawing units, even for objects in model
    space. In this mode, viewports can have varying magnifications, yet display
    linetypes identically. For a specific linetype, the dash lengths of a line
    in a viewport are the same as the dash lengths of a line in paper space. You
    can still control the dash lengths with LTSCALE.


    When you change PSLTSCALE or use a command such as ZOOM with PSLTSCALE set
    to 1, objects in viewports are not automatically regenerated with the new
    linetype scale. Use the REGEN or REGENALL commands to update the linetype
    scales in each viewport.



    --
    Bill DeShawn
    bdeshawn@nospamsterling.net
    http://my.sterling.net~bdeshawn

    "Dustin" <dustin@not4u.com> wrote in message news:41af7996_2@newsprd01...
    make sure ltscale and psltscale are both set the same in each drawing.
    Also
    check the viewports to make sure psltscale has not changed. You can change
    each view ports psltscale setting

    "arrco" <nospam@address.withheld> wrote in message
    news:30649268.1102016317207.JavaMail.jive@jiveforu m2.autodesk.com...
    Check to make sure that none of the linetype scales for the individual
    lines have been modified/overridden. If a line has had it's LTS
    overridden
    to be say 0.5 then it would display smaller than one with LTS set to 1
    even
    with the same drawing LTS.

    Hope that helps or is at least a start.

Similar Threads

  1. linetype scale question
    By rovias in forum AutoCAD
    Replies: 1
    Last Post: 06-16-2005, 05:10 PM
  2. new linetype
    By tnguyen1005 in forum Customization
    Replies: 2
    Last Post: 04-07-2005, 10:51 AM
  3. Dimension Tool Box Appearance (options)
    By ed53511 in forum MicroStation
    Replies: 0
    Last Post: 01-17-2005, 08:11 PM
  4. linetype and linetype scales
    By David McReynolds in forum Drafting
    Replies: 6
    Last Post: 12-31-2004, 02:38 PM
  5. Replies: 2
    Last Post: 11-19-2004, 09:53 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other forums: Access Forum - Microsoft Office Forum - Exchange Server Forum