leo83_manish Posted January 9, 2010 Posted January 9, 2010 hiiiiiiiiii how to create default dimension style, default unit setting to unitless and default few layers ? defult text style also ? it should come while creating new cad file. Regards Manish. Quote
wizman Posted January 9, 2010 Posted January 9, 2010 use a .dwt template file manish create all your default settings like units, layers, dimenstion style and others in one dwg file then save as .dwt file. then point your qnew template file to your .dwt file on tools>options>files tab> template settings>default template file name for qnew or you can just: (setenv "QnewTemplate" "c:\\my files\\templates\\qnew.dwt") or (vla-put-QNewTemplateFile (vla-Get-Files (vla-Get-Preferences (vlax-get-acad-object))) "putyourqnewpathhere") 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.