Command: _PLINE, Drawing 2D polylines
Print This Post
![]() |
Author | Mustafa Çoban |
| Profession | Electricity Technician | |
| Sakarya Un. | ||
| Location | Istanbul, TURKEY | |
AutoCAD 12 and higher versions
Dear Bloggers,
We learned our first command i.e. LINE to draw lines. Similarly, PLINE command is also for drawing lines but in addition to the LINE command it binds multiple lines, give them width or add angle features to them. With some examples, I will try to explain how it is easy.

You can enter the command via Draw menu and Toolbar or typing ‘PL’ into the command line.
Command: _pline
PLINE
Specify start point: (click the start point for the polyline)
Current line-width is 0.0000
Specify next point or [Arc/ Halfwidth/ Length/ Undo/ Width]: (the second point is requested)
Specify next point or [Arc/ Close/ Halfwidth/ Length/ Undo/ Width]: (With each click, the process goes on and binded lines are formed, with typing ‘c’ and pressing enter the polyline can be closed.)

Fig 1. A single piece of line group drawn by the polyline command.
The parameters;
ARC: Arc, which is the first parameter of the polyline, means the same with ARC command. It provides us to draw continual arcs with the given radius. We can draw arcs with this option. All ARC segments will be tangential if follows a LINE segment.
Command: _PLINE
PLINE
Specify start point: (the start point for the polyline)
Current line-width is 0.0000
Specify next point or [Arc/ Halfwidth/ Length/ Undo/ Width]: (Press ‘A’)
Specify endpoint of arc or [Angle/ CEnter/ Direction/ Halfwidth/ Line/ Radius/ Second pt/ Undo/ Width]: 90 (type 90 to draw polylines with 90 degrees)

Fig 2. A single piece of line group drawn by the arc option of the polyline command.
- Angle: This option is for giving any angle to an arc.
- Center: This option let us draw arcs by pointing the center.
- Direction: This option lets us draw arcs by entering its length.
- Halfwidth: We can draw a polyline with any thickness with this option. The difference between ‘Width’ is that ‘Halfwidth’ draws a polyline with a thickness of two times we entered.
- Line: We can transform a polyline to its first state; line.
- Radius: We can draw an arc with any radius we want with this option.
- Undo: This option lets us undo our changes.
- Width: This option is used for giving a polyline any width we want.
Command:_PLINE
Specify start point: (the start point for the polyline)
Current line-width is 0.0000
Specify next point or [Arc/ Halfwidth/ Length/ Undo/ Width]: W (give some thickness by pressing ‘W’)
Specify starting width <0.0000>: 10 (let us assume 10 for the start)
Specify ending width <10.0000>: 20 (and 20 for the end, you can type 10 to draw a straight line)
Specify next point or [Arc/ Halfwidth/ Length/ Undo/ Width]: (the next point is requested, you can click as much as you want to draw a polyline that you want to form)

Fig 3. A single piece of line group drawn by the width option of the polyline command.
I hope this article will be useful for you. May it be easy to all.
Related Articles:
Technorati Tags: AutoCAD, PLINE Command, Daily AutoCAD
Similar Posts
Rate this article:


March 24th, 2008 07:32
interesting and complete, but i have a dude, it’s the same “_pline” that “pl”?¿ i am a bit confused with “shademode” and “-shademo” too…so…(although this is not a minus symbol)
March 24th, 2008 08:59
Hello Jose,
You can read http://www.dailyautocad.com/autocad/characters-entered-in-front-of-autocad-commands/ article about minus symbol.
We’ll be very pleased to answer your further questions.
March 26th, 2008 05:08
thanks!!
all is clear now
March 30th, 2008 17:22
Hi, I was wondering if you could help me with my problem I sometimes would accidently use lines instead of polylines is there a way to “join” as one object like polyline instead of creating blocks or groups
March 30th, 2008 18:15
@Andy,
Please use PEDIT commadn to join your lines. Please mak sure your lines connected the each other
April 8th, 2008 16:51
Thanks for your help Orhan!!!!
Managed to join my lines togther
April 22nd, 2008 09:22
[…] have to use 2D POLYLINE especially when modeling in 3D and using EXTRUDE command. But most of the time, that fact is […]