JADT Posted March 25, 2015 Posted March 25, 2015 I have opened my acadiso and acad .lin files but the linetypes i have in the drawing i am using aren't there. In effect I have linetypes I would like to modify but because they were copied from another drawing from another company they don't appear in the support acadiso.lin file. where do I go or how do I go about modifying these? It's been so long since doing anything like this i'm a bit rusty. Quote
ReMark Posted March 25, 2015 Posted March 25, 2015 Custom linetypes won't be found in the default AutoCAD linetype files unless someone purposely put them there. You call someone at the other company and ask them "please" send you a copy of the master linetype file or the individual files. Or.....if you have a drawing that used these linetypes run a custom lisp routine that extracts the linetype definition and writes it to a file. Quote
JADT Posted March 25, 2015 Author Posted March 25, 2015 thank remark. just running the to-lin lisp i found...one by one by one.ha ha aaghhh Quote
JADT Posted March 25, 2015 Author Posted March 25, 2015 NO. But i just carried on searching while i put the word out and found a lisp. Thanks for your help though, confirmed my thoughts on the linetype file not being available. Quote
BIGAL Posted March 26, 2015 Posted March 26, 2015 Use Etransmit it bundles the extras as well as the dwg & Xrefs etc. Quote
eldon Posted March 26, 2015 Posted March 26, 2015 I thought that eTransmit only used to send the necessary SHX files and not the LIN files. But they may have changed things, they are always improving. Quote
ReMark Posted March 26, 2015 Posted March 26, 2015 Well in the Create Transmittal dialog box there is an Add Files button so I suppose, in theory, one could browse to the location of their linetype files and specifically include any custom linetypes. I don't think AutoCAD automatically includes .lin files on its own. Quote
nestly Posted March 26, 2015 Posted March 26, 2015 I thought that eTransmit only used to send the necessary SHX files and not the LIN files. Right. SXH used in the drawing is still contained in an external file, therefore if not included, the drawing will not display correctly for the reciepient. Linetype definitions used in the drawing are stored within the drawing, so there's no need for eTransmit to include external .lin files. Quote
tombu Posted March 26, 2015 Posted March 26, 2015 See post: http://www.cadtutor.net/forum/showthread.php?91615-.LIN-file-missing-and-i-need-to-copy-edit-and-existing-linetype!#2 Quote
rkmcswain Posted March 26, 2015 Posted March 26, 2015 ..... I have linetypes I would like to modify but because they were copied from another drawing from another company they don't appear in the support acadiso.lin file. Go grab TO-LIN.LSP (or NEW-LIN.LSP) from http://www.turvill.com/t2/free_stuff/index.htm and that will do it. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.