Optionalpath: JSCADEntityOptionalendPoint: Point2OptionalxAxisRotation: numberOptionalclockwise: booleanOptionallarge: booleanOptionalsegments: numberOptionalradiusX: numberOptionalradiusY: numberThe open 2D path to extend, with at least one point; the arc starts at its last point
Where the arc ends, as a 2D point in the XY plane
Tilt of the ellipse the arc is cut from, in degrees from the X axis; it changes nothing for a circle
When true, the arc turns clockwise from the start to the end point; false turns counter-clockwise
When true, the longer of the two arcs between the points is taken, more than half the ellipse
Number of straight pieces for a full ellipse; the arc gets its proportional share
Half width of the ellipse along its own X axis, in model units; scaled up when too small to reach the end point
Half height of the ellipse along its own Y axis, in model units; equal to radiusX for a
circular arc
Feeds
path.appendArc: an open 2D path with at least one point, the point the arc ends on, the ellipse the arc is cut from and which of the four fitting arcs to take.