I created two custom linetypes and added them to one of my drawings. With time, i lost the .lin files for those linetypes, they are still loaded into my drawings, but now i can not find a way to edit them. I need to know if Autocad stores these custom files anywhere once they have been uploaded to the drawing, and if so, where are they stored.
Thanks
Solved! Go to Solution.
I created two custom linetypes and added them to one of my drawings. With time, i lost the .lin files for those linetypes, they are still loaded into my drawings, but now i can not find a way to edit them. I need to know if Autocad stores these custom files anywhere once they have been uploaded to the drawing, and if so, where are they stored.
Thanks
Solved! Go to Solution.
Solved by john.uhden. Go to Solution.
I would check out new-lin.lsp or to-lin.lsp made available by Tee Square Graphics. Either will recreate the linetype definition for a linetype. Note that the newlt.lin files created by either of these routines seem to get dumped into the user documents folder.
I would check out new-lin.lsp or to-lin.lsp made available by Tee Square Graphics. Either will recreate the linetype definition for a linetype. Note that the newlt.lin files created by either of these routines seem to get dumped into the user documents folder.
Thank you tyronebk, i will try it out.
Thank you tyronebk, i will try it out.
I have a WLTYPES.lsp program that will write linetype definitions from a drawing to a .LIN file of your choice. I would have to redact it to remove security. Want me to post it?
John F. Uhden
I have a WLTYPES.lsp program that will write linetype definitions from a drawing to a .LIN file of your choice. I would have to redact it to remove security. Want me to post it?
John F. Uhden
It's ok, is an easy enough linetype that I can just recreate it, i just wanted to know if the program stored them somewhere for me to grab it.
Thank you!!
It's ok, is an easy enough linetype that I can just recreate it, i just wanted to know if the program stored them somewhere for me to grab it.
Thank you!!
John F. Uhden
John F. Uhden
Hi John,
Your lisp routine sounds very useful for my needs. Would you mind posting it?
Hi John,
Your lisp routine sounds very useful for my needs. Would you mind posting it?
I removed the security, but haven't tested it afterward. Let me know of any problems.
John F. Uhden
I removed the security, but haven't tested it afterward. Let me know of any problems.
John F. Uhden
You're the man, thanks! It appears to be working okay.
You're the man, thanks! It appears to be working okay.
Well, when you are sure that it is, please "accept the solution."
John F. Uhden
Well, when you are sure that it is, please "accept the solution."
John F. Uhden
Can't find what you're looking for? Ask the community or share your knowledge.