arc path centered at <mCenter> with [ radius <mRadius> | radii <mRadii> ] from <mStartAngle> to <mEndAngle>
Creates a new path.
An expression which evaluates to a point.
An expression which evaluates to a number.
An expression which evaluates to a list of numbers.
// Create an elliptical arc path variable tPath as Path put arc path centered at point [100,100] with radii [100,75] from 0 to 270 into tPath
// Create a circular arc path variable tPath as Path put arc path centered at point [100,100] with radius 100 from 0 to 270 into tPath
A new arc path.