Results 1 to 6 of 6

Thread: Linetypes

  1. #1
    Active Member
    Join Date
    2006-04
    Posts
    85
    Login to Give a bone
    0

    Default Linetypes

    When are linetypes saved in the drawing? We come across useful linetypes in third party drawings which we'd like to make available to all. How can we save these to the standard .lin file?

  2. #2
    Active Member
    Join Date
    2008-01
    Location
    Madison, WI
    Posts
    81
    Login to Give a bone
    0

    Smile Re: Linetypes

    Here is a lisp routine to export line types that I found. It works pretty well, it saves the file to your default file location. I found it at this site http://www.turvill.com/t2/free_stuff/index.htm
    Hope it helps!
    Attached Files Attached Files

  3. #3
    Active Member
    Join Date
    2006-04
    Posts
    85
    Login to Give a bone
    0

    Default Re: Linetypes

    Thanx,

    It sounds good but won't actually select anything either by clicking on or by crossing window in my ACAD2008 - I really want to learn AutoLisp!!

  4. #4
    Active Member
    Join Date
    2008-01
    Location
    Madison, WI
    Posts
    81
    Login to Give a bone
    0

    Default Re: Linetypes

    Quote Originally Posted by david.pugh View Post
    Thanx,

    It sounds good but won't actually select anything either by clicking on or by crossing window in my ACAD2008 - I really want to learn AutoLisp!!
    I think you have to type the name of the line type you want to save. There was another lisp on that site that saved all of the line types from a drawing, perhaps that would be more useful?

    file name is NEW-LIN.LSP
    Last edited by brandenz; 2009-01-19 at 04:43 PM. Reason: added file name

  5. #5
    Administrator rkmcswain's Avatar
    Join Date
    2004-09
    Location
    Earth
    Posts
    9,805
    Login to Give a bone
    0

    Default Re: Linetypes

    Quote Originally Posted by david.pugh View Post
    When are linetypes saved in the drawing?
    Always.
    Note that for shape based complex linetypes, the shapes are NOT saved in the drawing.
    R.K. McSwain | CAD Panacea |

  6. #6
    Certifiable AUGI Addict
    Join Date
    2015-11
    Location
    Jo'burg SA
    Posts
    4,512
    Login to Give a bone
    0

    Default Re: Linetypes

    Quote Originally Posted by rkmcswain View Post
    Always.
    Note that for shape based complex linetypes, the shapes are NOT saved in the drawing.
    Yep! As soon as a linetype is loaded from any LIN file a copy of its definition is saved inside the DWG. Even the standard linetypes in ACAD.LIN / ACADISO.LIN are saved inside the DWG. If shapes you need to have the SHX files as well otherwise they won't even display correctly.

    I've seen some linetype extractors before as well, butbrandenz's link seems to work just fine for me.

Similar Threads

  1. linetypes
    By prodrafter in forum AutoCAD General
    Replies: 2
    Last Post: 2011-06-06, 08:01 PM
  2. Linetypes
    By WScottAllenPE in forum AutoCAD Civil 3D - Corridors
    Replies: 1
    Last Post: 2011-04-08, 04:38 PM
  3. linetypes
    By Rico in forum AutoCAD General
    Replies: 35
    Last Post: 2008-08-28, 03:22 PM
  4. Replies: 12
    Last Post: 2006-05-31, 08:26 AM
  5. Linetypes
    By eduley in forum AutoCAD General
    Replies: 1
    Last Post: 2004-08-27, 07:57 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
  •