Jump to content

Complex Line Code


Recommended Posts

Posted

Dear Buddies;

 

Is there anybody to help me for creating 8 model below lines Code in AUTOCAD?

 

Line.jpg

 

Your Proper Reply will be appreciated.

 

Best Regards

Posted

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)

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...