How to Unexplode Continuous Line in Autocad

Skip to content

Making simple and complex linetypes in AutoCAD

AutoCAD has its own library of linetypes which is quite sufficient for most of the common drawings. Still, if you need any special kind of linetype you can make it right inside AutoCAD without using complex methods.

In this article, I will explain all about AutoCAD linetypes, following are the topics which I will discuss here.

  • Making linetype containing text and symbols
  • Making linetypes with complex shapes
  • Modifying linetype file
  • Importing and exporting linetypes

Making Linetype with text and symbol

Let's assume that we want a custom linetype containing repeating patterns of text and symbol as shown in the image below.

Image 1

In this case, the arrows are used from the character map and A letter is Mtext. Let's start by making this linetype pattern.

Type MTEXT and press enter, now make a box to start writing your Mtext. To add the symbol in this Mtext box you need to select Other option from Symbol tool of Insert panel on the Text Editor tab as shown in the image below.

Image 2

Now select the Arial font in the character map window and scroll down the list of symbols till you see solid arrows. Select the left pointing arrow then click on the Select button then click the Copy button and close the character map.

Image 3

Now right click in the text box and select Paste from the contextual menu, you can also use Ctrl + V to paste the character. Now type A and repeat the process of adding the left pointing arrow symbol. After adding text and symbol make two lines of equal length as shown in the image 1.

Our segment of linetype is ready and we can convert it into a linetype. For this, we will use MKLTYPE express tool.

But before using this tool explode the text and arrow symbol. Select the text as well as arrow symbols then type X and press enter. By doing so we can convert a Mtext into simple Text or single line text. MKLTYPE doesn't recognize Mtext hence we need to convert Mtext into text using explode command before using the command.

Now type MKLTYPE and press enter, Select linetype file window will show up. Specify a location where you want to save this custom linetype and give it a name. In my case, I am selecting desktop as the location and naming it as Sample_Ltype. The linetype will be saved with .lin file extension.

Now the command line will prompt you to specify the name of linetype. I will use ATEXT as the name of linetype. Press enter and it will prompt you for a description, add the description which you want or press enter to skip this.

Image 4

Now the command line will prompt you to specify the starting point of the line definition. Select the leftmost point on this linetype segment and press enter. Again command line will prompt you for the endpoint of the linetype segment. Click on the rightmost point of the linetype segment and press enter.

Now the command line will prompt you to select the objects. Make a window to select the text, symbol and the lines in the selection window and press enter. Finally, the command line will prompt that the ATEXT linetype is now created and loaded as shown in the image below.

Image 5

So, now our custom linetype is ready for use, let's use it in a simple drawing. I will make a circle and a rectangle as shown in the image below and then change its linetype from the properties palette.

Image 6

After changing the linetype of the rectangle as well as the circle this is how my drawing looked like.

Image 7

Just like any normal linetype, you can change the scale of this linetype too.

Making linetypes with complex shapes

In this case, I will show you method of making a linetype with complex shape containing arc as well as line as shown in the image below.

Image 8

Now, in this case, we are using arc which MKLTYPE command won't recognize and hence we need to convert this complete linetype segment into a "shape" which MKLTYPE command recognizes.

To make the Shape file type MKSHAPE and press enter, select shape window will show up. Specify the location where you want to save the shape file and give it a name. I am saving it on the desktop with name Complex_Shape. The shape will be saved with SHP extension.

Now command line will prompt you to specify the name of the Shape file. In this case, I am using CLT as the name of the shape, after typing the name press enter.

Image 9

On the next prompt, it will prompt for a resolution value, simply press enter to accept the default value. Now click on the midpoint of the left line to specify the base point then select the complete drawing and press enter.

Image 10

The CLT Shape file is now created and it can be used for making our linetype.

Type SHAPE and press enter, command line will prompt you to enter the name of shape which you want to insert, type CLT and press enter again. The cursor will now have the shape, click on the midpoint of left line again as marked in the red circle in the image above. This will overlap the shape on existing geometry.

On the next prompts of height and rotation angle simply press enter to accept the defaut values and exit the command. Now we have the shape clearly overlapping the existing drawing.

To start making linetype from this shape you need to start with MKLTYPE command. Type MKLTYPE and press enter. Now Specify a location where you want to save this linetype and give it a name. I am using the desktop as the location and "Complex line" as the name.

Now the command line will prompt you for the name of linetype, type CLINE, and press enter. Press enter again on the next prompt to skip adding any description. Now command line will prompt you to add starting point, click on the midpoint of the left line as shown in the red circle in the image below and second point right opposite as shown with the green circle.

Image 11

Now click on the shape to select it and press enter. The new linetype with CLINE name is now added and loaded in the drawing.

After applying the new linetype on a circle and a line it looked like this on my drawing.

custom linetypes in autocad

Image 12

If the steps are not clear in the article then I suggest you check this video, it explains everything about making simple and complex linetypes.

Understanding and Modifying linetype files

So far we have made linetypes using MKLTYPE express tool which generates .lin linetype file automatically. But, you can make this .lin linetype file yourself and a single .lin file can contain multiple linetypes too.

In this example, I will explain all the components of linetype file with the help of a simple linetype which I created using MKLTYPE command. This is the linetype which I made.

Image 13

When you open the .lin file of this linetype it will look like this.

Image 14

All the characters of this file have a specific meaning. Let's discuss all the components of this linetype file, they are marked with numbers and I am explaining these numbers here.

  1. The new linetype starts with * sign followed with the name of linetype. In this case, the name of linetype is ATEXT
  2. This is the description of the linetype that shows up on Linetype window, this is added after putting a comma next to the linetype name.
  3. The A character here indicates that the construction of linetype starts from this point.
  4. 1 here indicates the length of the dashed line, this value can be anything and it will indicate the length of the dash.
  5. -.25 is the gap length, any value followed by the negative sign indicates the gap length of linetype.
  6. The value inside square bracket is for the text. In this case, A is the text in Standard text style and y=.1 is the offset value of text along the Y-axis (explained in the video) S=.2 is the scale of text.
  7. Again -.4 is the gap length after the text.
  8. 1 again here indicates the length of dash line and then the whole pattern repeats itself.

Here the length of the first segment is 1 then .25 gap then "A" text in standard text style then a gap of 0.4 and again segment length of 1 and then pattern repeats.

Image 15

You can copy paste same set of codes inside a single .lin file to create multiple linetypes with different text or segment lengths. One such example is this file which has three different lientypes with slightly different types of lientypes as shown in the image below.

Image 16

In the example shown above, we have three different linetypes with ATEXT, BTEXT, and CTEXT as names of linetypes and slightly different properties.

Importing and exporting linetypes

There is no single command in AutoCAD with which you can export or import linetypes. Actually, you need to use a combination of different techniques to import linetypes of different types from one drawing to other.

Importing simple linetypes

Let's start with the most basic linetypes that contain simple text and lines and which can be made using MKLTYPE command.

When you make the linetype using MKLTYPE command AutoCAD creates a .lin file which contains the data required to create the linetype. To insert this linetype type LT and press enter. Linetype manager window will open up, click on Load button and then click on File button in the next window as shown in the image below and select the .lin file and click OK.

Image 17

The Load linetype window will open up with a list of linetypes available in your selected .lin file. Select all the linetypes that you want to load from this list and click OK.

You will notice that the linetypes will be loaded in the Linetype manager and now you can use them in your drawing. Simply click OK to close the linetype manager.

Note: If you are getting an error like "bad definition on line XX" then open the .lin file using notepad and check the name of text style which looks like the style name marked in the red box in the image below.

custom linetypes in autocad

Image 18

If your current drawing does not contain that text style of the same name then first create the text style with the same name and then import the linetype.

Importing linetype containing Shape

Things are little different when your linetype contains shapes. In case of simple linetype containing text all you need to worry about is the text style which should be available in the drawing where you are importing the linetype. But for linetype containing shapes you also need to ensure that shapes are available in the drawing where you are importing those linetypes.

To import the shapes you need to convert them into SHX or Shape files which can be done using COMPILE command.

You need to ensure that you already have the .lin file and the corresponding .shp file. Once you have these files, open the drawing where you want to import that linetype and type COMPILE and press enter. Select shape window will open up, select the .shp file and click on Open.

Image 19

AutoCAD will automatically create the SHX file from that .shp file in the same location where your .shp file is saved. Now type LOAD and press enter, select the SHX file created in the example above and click on Open.

The shape is now loaded in the current drawing. Type SHAPE and press enter, command line will now prompt you to type the name of the Shape. Type CLT and press enter (this is shape file we created in the second linetype example above and I am using this linetype here), the shape will now follow your cursor. Click at a point in the drawing area and press enter twice to accept the default value.

This step of inserting shape in the drawing may seem unnecessary but it is quite important as AutoCAD will now recognize the shape file used in the linetype once you insert it in the drawing. You can delete the shape file after it is inserted once in your drawing.

After adding the shape file and loading the shape in your drawing you are all set to import the linetype file now. Type LT and press enter, select Load button then click on File button and load the .lin file which contains shape defined linetype.

The linetype will be added and now you can use this linetype in your current drawing. All of these methods of modifying .lin file and more has been explained in this video.

Conclusion

The method of making linetypes and working with them may not be very straightforward involving lots of different steps still its pretty easy once you get a hang of it.

I hope this article helped you in understanding the nuances of making, modifying and importing/exporting different type of linetypes. If you have any question related to this article let me know in the comment below and don't forget to share this article.

31 Comments

  1. Jordan October 3, 2022 at 4:22 pm - Reply

    Very useful info appreciate it! love from me!

  2. Paul February 17, 2022 at 12:17 am - Reply

    Doesn't work. Still get just a solid line.

  3. LD January 7, 2022 at 11:45 pm - Reply

    Thank you for this! I have one additional question about the linetype creation using shapes. I am doing something similar, except I need every other one of them filled in solid. I hatched one of my two shapes, but the hatching didn't carry through into the file. Any idea why?

  4. SAGARIKA DASH September 17, 2021 at 4:57 pm - Reply

    How to fix text clor black and line should in other color?

  5. Joe Pass August 26, 2021 at 6:44 am - Reply

    "After adding text and symbol make two lines of equal length as shown in the image 1."

    This sentence is unclear as to what type of line to use. I'd appreciate it if you could elaborate more. Thanks!

  6. Amirhoushang August 1, 2021 at 1:07 pm - Reply
  7. mko October 8, 2020 at 8:31 pm - Reply

    Hi All , please advise
    once i created complex line type in .dwg file its all fine , but i will share to another one the same .dwg file
    why complex line type its not appeared , the message pop up link the shp file ? so my question is without shp file how to see my complex line in .dwg file ?

    Many Thanks !
    Mko

  8. John-Paul Cain June 11, 2020 at 2:05 pm - Reply

    You mention a two part video in your email but none of the links take you to it and I cannot find a link to the videos here either?

  9. R. Barraza. May 31, 2020 at 5:27 pm - Reply

    I appreciate the time and effort used to produce these valuable articles.

  10. ashok April 20, 2020 at 1:03 pm - Reply

    how to make six das line in cad because in cad source only five segment excepted in line type but if i want draw six das line so how to draw in cad

  11. ISMAEL D SANTANA March 6, 2020 at 8:46 pm - Reply

    Hi Sir,

    when I explode the arrowhead symbol to convert in simple text, it becomes ?, even though I'm using Arial font how you mentioned in your reply above.
    could you help me out what's happening. thanks in adavance

  12. Yashveer January 11, 2020 at 3:01 pm - Reply

    I HAD MADE A LINE SUB TYPE WITH SHP BUT WHEN I OPEN That drawing in different system the sub line type doesn't support why?

  13. Flor July 25, 2019 at 10:53 pm - Reply

    I tried to make an arrow lintipe, it works on directions up down and right. When I got to the left the arrow shifts and does not point where it should go..

  14. Konstanin April 26, 2019 at 12:10 pm - Reply

    Thank you
    How I can create line with just one repeat text like:
    ——————————————INT————————————————————-

  15. Tommy Robinson April 17, 2019 at 10:16 pm - Reply

    Exploding the arrowhead before using the MKLTYPE command doesn't work. The arrowhead becomes a ? instead of breaking into its more basic lines like explode typically does.

    • It happens when you use custom fonts instead of default true type fonts. Try using default fonts like Arial and it should work.

  16. ANother great tutorial worth referencing too.

  17. Nitin December 21, 2018 at 6:27 pm - Reply

    Best,need full for everyone beginners

  18. abed November 8, 2018 at 1:21 am - Reply

    how to solve text oriantation in linetype

    • Denis Omuda May 26, 2020 at 5:12 pm - Reply
    • b rad May 30, 2020 at 9:29 am - Reply

      Use the command "reverse"

  19. Felix October 7, 2018 at 1:56 pm - Reply

    thank you sir

    Where can I download the AutoCAD 2016

  20. kamal de silva October 4, 2018 at 10:29 am - Reply
  21. Very good. I like your website.

  22. Hugh Grace September 16, 2018 at 11:39 am - Reply

    Thank you very much. A very helpful article.

  23. Md.Anwarul islam (tuhin) September 15, 2018 at 5:46 pm - Reply

    wow! it's so helpful bro.
    tnx

  24. Paragkumar Soni September 15, 2018 at 4:46 pm - Reply

    Hello,
    Could you please guide me how to make GAD of assembly.

    Like ball valve and actuator assembly along with pneumatic acuator

    Our's is a trading business and we assemble valves and actuators now some clients are asking for the generalise assembly drawing,

    I can creat part drawing but not aware of creating assembly drawing.

    Please guide me or advise some books

  25. Sudhi September 15, 2018 at 10:02 am - Reply
  26. Samila September 14, 2018 at 5:30 pm - Reply
  27. The Hawk September 14, 2018 at 4:38 pm - Reply
  28. Emma September 14, 2018 at 3:09 pm - Reply

    Really interesting article Jaiprakash – I had no idea how creative you could be with linetypes! I look forward to putting your tips into practice! Thanks.

Page load link
Go to Top

richterobinew.blogspot.com

Source: https://www.thesourcecad.com/custom-linetypes-autocad/

0 Response to "How to Unexplode Continuous Line in Autocad"

Post a Comment

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel