See the top rated post in this thread. Click here

Results 1 to 3 of 3

Thread: Linetypes

  1. #1
    Member
    Join Date
    2016-12
    Posts
    9
    Login to Give a bone
    0

    Default Linetypes

    I am using AutoCAD 2017.
    When going to Linetype Manager it defaults to acadiso.lin
    How can I change it to default to acad.lin

    Thanks

  2. #2
    Certifiable AUGI Addict tedg's Avatar
    Join Date
    2005-06
    Location
    in the upper right corner
    Posts
    3,508
    Login to Give a bone
    0

    Default Re: Linetypes

    Quote Originally Posted by durrcraig740145 View Post
    I am using AutoCAD 2017.
    When going to Linetype Manager it defaults to acadiso.lin
    How can I change it to default to acad.lin

    Thanks
    I thought it usually defaults to the last .lin file you loaded from.
    So once you load from acad.lin it should default to that I believe.

    Also what are your default drawing template settings? acadiso.lin is for metric drawings.. not sure if that matters.

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

    Default Re: Linetypes

    Quote Originally Posted by durrcraig740145 View Post
    I am using AutoCAD 2017.
    When going to Linetype Manager it defaults to acadiso.lin
    How can I change it to default to acad.lin

    Thanks
    That drawing is set to Metric units, check the system variable MEASUREMENT.
    https://knowledge.autodesk.com/suppo...wing-file.html

    I added an alert to my acaddoc.lsp file to let me know if I open a drawing with Metric units:
    Code:
    (if (= (getvar 'MEASUREMENT) 1)
      (alert "Measurement:  1  <Metric>  \nDrawing uses metric support files.")
    )

Similar Threads

  1. 2017: Linetypes
    By rmk in forum AutoCAD Civil 3D - General
    Replies: 5
    Last Post: 2017-07-11, 02:30 PM
  2. Linetypes
    By Ian Matthews in forum Revit MEP - General
    Replies: 1
    Last Post: 2010-07-23, 12:03 PM
  3. Linetypes
    By U.Rackharrow in forum AutoCAD General
    Replies: 5
    Last Post: 2009-01-20, 04:54 AM
  4. Linetypes
    By dhavalpatel_us337373 in forum AutoCAD Customization
    Replies: 4
    Last Post: 2007-08-23, 06:40 PM
  5. Replies: 12
    Last Post: 2006-05-31, 08:26 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
  •