create polyline


Create a polyline, i.e. a line that consists of several straight line segments.
'create polyline' creates the first line segment. The following segments are created by
'add polyline'. The point (x1, y1) is the starting point for the polyline. The next segment
is added to the point (x2, y2).

Syntax

ge> create polyline /x1= /y1= /x2= /y2=
ge> add polyline /x1= /y1=
ge> add polyline /x1= /y1=
ge> ...

/x1                 x-coordinate for the starting point.
/y1                 y-coordinate for the starting point.
/x2                 x-coordinate for the ending point of the first segment.
/y2                 y-coordinate for the ending point of the first segment.