MillerMG Posted August 17, 2016 Posted August 17, 2016 Where would (if there is a way) I change the default setting for linetype generation? Whenever I draw a polyline the setting is set to disabled. I would like for it to be enabled instead. Any help is always appreciated. Regards, Miller Quote
ReMark Posted August 17, 2016 Posted August 17, 2016 Subject previously covered in this thread. http://www.cadtutor.net/forum/showthread.php?19564-How-to-change-default-setting-for-Linetype-generation-property Quote
MillerMG Posted August 17, 2016 Author Posted August 17, 2016 Thank ReMark. I still dont' understand what they are talking about. The acaddoc.lsp is unfamiliar to me. Quote
ReMark Posted August 17, 2016 Posted August 17, 2016 As per Lee Mac's tutorial re: loading programs automatically in AutoCAD. Upon opening a drawing or starting a new drawing, AutoCAD will search all listed support paths including the working directory for a file with the filename: ACADDOC.lsp. If one or more such files are found, AutoCAD will proceed to load the first file found. With this knowledge one can edit or create an ACADDOC.lsp to include any AutoLISP expressions to be evaluated upon startup. One clear advantage to using the ACADDOC.lsp to automatically load programs is that, upon migration, it may easily be copied from computer to computer, or indeed reside on a network to load programs on many computers simultaneously. You can create your own ACADDOC.lsp in Notepad. 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.