Arbortext IsoDraw > Macro Language Reference > Window Commands > Palette Window Toolbox > Creating Elements > Create Bezier Curve
  
Create Bezier Curve
The CREATE BEZIER CURBE command draws a bezier curve.
CREATE BEZIER CURVEpoint1handle1handle2point2
point1
x- and y-coordinates of the starting point of the bézier curve and the starting point of the first handle.
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.
point2
x- and y-coordinates of the end point of the bézier curve.
CREATE BEZIER CURVE 100 100 150 100 150 200 200 200