CAD Notes » AutoCAD Tips » Creating Your Own AutoCAD Line Type
Creating Your Own AutoCAD Line Type
AutoCAD line type usualy enough for common purposes. But sometimes it’s just not enough. I like to use line type, even for drawing complex objects. It is easier, faster, dan consume less hardware resources.
Let’s see this object below.
I actualy use lines to create this bushes. Only three lines. Imagine if you have to create it by using blocks then copy it several times. Takes more time.
I’m going to discuss how we can make line type easily by using express tools. But remember, you have to have the express tools installed on your computer.
Simple Line Type
First, I’m going to create a simple line type. I draw one line, and one single line text as shown below.

I’m going to convert those object in to one single line type.
- Access from AutoCAD Menu: Express>Tools>Make Linetype. Or if you are a command line fans, you can type MKLTYPE.
- Type you line type file name, then click save. This file name is what you’ll see when you load the .lin file in windows dialog box.
- Type your line type name, then press [enter]. This line type name is what you’ll see in line type name list.
- Type your line type description (optional), then press [enter]. This description should be able to give you a brief description about this line type.
- Specify starting point and end point. In this example, I choose left end point of the line as start point. And somewhere slightly on the right of the text.
- Select objects. Select them both, then press [enter].
There you go. Change the line type from properties, and try to draw lines, arc, or any other objects.
More Complex Line Type
For more complex line type, the result can be unpredictable. Most of the time, the line type will be unusable.
I will create a line type from this AutoCAD sample block. Insert to drawing, and explode it. To create a line type from this complex geometry, we will have to create a shape file. Don’t worry, express tool also have an excelent tool to create it.
From AutoCAD menu, choose: Express>Tools>Make Shape. Or type MKSHAPE then [enter].
- Type the file name, then click save.
- Type the shape name, then [enter].
- Hit [enter] to accept default resolution value.
- Define the insertion point. This is the as you define insert point in block creation.
- Select the shrub, then [enter]. The shape is created.
Now to avoid confusion, delete the shrub.
Type SHAPE to insert the shape we just created. Type the shape name then [enter]. Press [enter] twice to accept default value for scale and rotation. Exactly as you insert a block.
Now, create a line type from the shape. Follow the steps in creating a simple line type.
Don’t you think this is cool? ;)
Popularity: 22% [?]
You might also interested to these posts:
Filed under: AutoCAD Tips
















[...] Creating Your Own AutoCAD Line Type [...]