Arbortext IsoDraw > Macro Language Reference > Window Commands > Palette Window Toolbox > Creating Elements > Append Bezier Segment
  
Append Bezier Segment
The APPEND BEZIER SEGMENT command appends a bézier curve to the last bézier curve created by the CREATE BEZIER CURVE command or by an APPEND BEZIER SEGMENT command. To append a bézier curve for the first time there has to be a bézier curve created by the CREATE BEZIER CURVE command.
The start point for the appended bézier curve is the end point of the bézier curve created by the CREATE BEZIER CURVE command or. the APPEND BEZIER SEGMENT command.
APPEND BEZIER SEGMENThandle1handle2point
handle1
x- and y-coordinates of the endpoint of the first handle. As a result, this also defines the length and the heading of the first handle.
handle2
x- and y-coordinates of the endpoint of the second handle. As a result, this also defines the length and the heading of the second handle.
point
x- and y-coordinates of the end point of the bézier curve.
CREATE BEZIER CURVE 100 100 150 100 150 200 200 200
APPEND BEZIER SEGMENT 250 200 250 100 300 100
APPEND BEZIER SEGMENT 350 100 350 200 400 200
APPEND BEZIER SEGMENT 450 200 450 100 500 100