In AutoCAD the following terms are used for specific entity types:
Line = a single straight line that goes from one x,y,z location to another x,y,z location. If z =0 for the two endpoints the line is considered to be 2D.
Arc = a single arc (a portion of a true circle). It may lie on the XY plane or can be positioned in any 3D orientation.
Spline = a smooth curve that may lie on a 2D plane or can wander in 3D space.
Polyline = a series of straight line and arc segments that define a single AutoCAD entity. All the segments of a polyline lie on a 2D plane although that plane may be at any orientation in 3D space. If the polyline contains arc segments their ends will be tangent to the adjacent line or arc segment.
Polylines are useful for a variety of applications. They are used to define a path or a single closed shape. For example, you could construct a hexagon with 6 lines or 1 polyline. Pedit can be used to convert the 6 lines to one polyline. When using pedit and selecting one of the 6 lines AutoCAD will ask you if you want to convert the first line to a polyline at which point you respond "yes" and then select the other 5 lines. The result will be a closed polyline. Explode is used to convert a single polyline to a collection of lines and arcs.
lee.minardi