Results 1 to 5 of 5

Thread: How to Change Linetype Scale to 1

  1. #1
    AUGI Addict
    Join Date
    2006-04
    Location
    (getpoint "Anywhere on the Enter Key =>")
    Posts
    1,160
    Login to Give a bone
    0

    Default How to Change Linetype Scale to 1

    Hi AL,

    Do anyone have an idea of changing all objects' linetype scale to 1 on a drawing?

    Thanks in advance.

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

    Default Re: How to Change Linetype Scale to 1

    Code:
    (command "ltscale" "1")
    Last edited by Opie; 2008-10-20 at 04:15 AM. Reason: [code] tags added

  3. #3
    Administrator Opie's Avatar
    Join Date
    2002-01
    Location
    jUSt Here (a lot)
    Posts
    9,096
    Login to Give a bone
    0

    Default Re: How to Change Linetype Scale to 1

    I'm reading this as changing each object's ltscale to 1 instead of the global ltscale.
    If you have a technical question, please find the appropriate forum and ask it there.
    You will get a quicker response from your fellow AUGI members than if you sent it to me via a PM or email.
    jUSt

  4. #4
    Member
    Join Date
    2002-12
    Posts
    28
    Login to Give a bone
    0

    Default Re: How to Change Linetype Scale to 1

    Code:
    (command "change" "all" "" "p" "s" "1" "" "")
    Last edited by Opie; 2008-10-20 at 04:15 AM. Reason: [code] tags added

  5. #5
    AUGI Addict
    Join Date
    2006-04
    Location
    (getpoint "Anywhere on the Enter Key =>")
    Posts
    1,160
    Login to Give a bone
    0

    Default Re: How to Change Linetype Scale to 1

    Quote Originally Posted by fclao View Post
    (command "change" "all" "" "p" "s" "1" "" "")
    Thanks for your help.

Similar Threads

  1. Replies: 9
    Last Post: 2015-08-21, 06:33 PM
  2. Replies: 5
    Last Post: 2013-06-25, 12:40 AM
  3. Replies: 2
    Last Post: 2012-05-10, 03:17 PM
  4. Linetype Scale (LTS)
    By Viswaprakash in forum CAD Standards
    Replies: 8
    Last Post: 2009-04-30, 07:16 PM
  5. Replies: 3
    Last Post: 2007-03-07, 11:32 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
  •