saiedmehdipour Posted October 28, 2010 Posted October 28, 2010 Dear Buddies; Is there anybody to help me for creating 8 model below lines Code in AUTOCAD? Your Proper Reply will be appreciated. Best Regards Quote
rkmcswain Posted October 28, 2010 Posted October 28, 2010 How to make L6 for example.... Find your stock "acad.lin" linetype definition file (or "acadiso.lin if this is your default) Open it in Notepad. Find the GAS_LINE linetype in the file. It will look like this... *GAS_LINE,Gas line ----GAS----GAS----GAS----GAS----GAS----GAS-- A,.5,-.2,["GAS",STANDARD,S=.1,R=0.0,X=-0.1,Y=-.05],-.25 Copy these two lines and change them to look like this.... (changes in red) *L6,L6 -0-0-0-0-0- A,.5,-.2,["l",WINGDINGS,S=.1,R=0.0,X=-0.1,Y=-.05],-.12 Save the .LIN file. Back in AutoCAD, create a textstyle named WINGDINGS that uses the Wingdings.TTF font. Make sure the height is 0.0. Now load the linetype and test. The other linetypes are similar, you just need to find the proper font character to use and add some more spaces for some of them. Complete linetype syntax definitions are in the customization guide (\Help\acad_acg.chm) 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.