Display full version of the post: line type

waynelem
12.08.2016, 15:57
I have a new line type file (FIA.LIN) (FIA.SHX) and I need to add to my AutoCad program. How do I do this?

rebellio
12.08.2016, 16:31

Type "LT" or Linetype on the commandbar ---> Load ---> File ---> select your fileThis is per drawing.... If you would have it like a standard you have to add it to your template file i believe it is the acad.lin file
rebellio2016-08-12 16:33:05

John Connor
12.08.2016, 16:41
You can load the linetype separately or you can append the linetype definition to the acad.lin file.  The .SHX file is most like a shape and will have to be placed in the same folder as your linetype file.

waynelem
12.08.2016, 16:45
Next stupid question. Where do I find the acad.lin file?

John Connor
12.08.2016, 16:51
If you are running full AutoCAD type the following in the command line then press ENTER.  The path to the file AutoCAD is actually using will be shown.  Type it EXACTLY as shown.  It does work.  (findfile"acad.lin")

waynelem
12.08.2016, 17:25
Okay. I have both Lt and full. All legal. Will this work on Lt?

waynelem
12.08.2016, 17:41
"C:\\Users\\wayne\\appdata\\roaming\\autodesk\\autocad 2012 - english\\r18.2\\enu\\support\\acad.lin"I get to wayne and there is no appdate.

rebellio
12.08.2016, 17:49

open explorer go to Tools ----> Folder Options ---> View ---- show hidden files and folders --> ok That should do it

John Connor
12.08.2016, 17:49
[QUOTE=waynelem]Okay. I have both Lt and full. All legal. Will this work on Lt?[/QUOTE]To my knowledge it won't but the location should be somewhat similar to full AutoCAD.

waynelem
12.08.2016, 18:41
Got it to work in full cad. Now going to try LT.Thanks for all your help.

John Connor
12.08.2016, 18:44
Ahhhhh...making progress.  Good.I think the file you need to find in LT is acadlt.lin though not acad.lin.
John Connor2016-08-12 18:45:36

waynelem
14.08.2016, 00:19
Did work in LT. Thanks for all your help.

John Connor
14.08.2016, 12:25
Glad to hear it.  Thanks for updating us.