segment 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 segment path variable tPath as Path put segment path centered at point [100,100] with radii [100,75] from 0 to 270 into tPath
// Create a circular segment path variable tPath as Path put segment path centered at point [100,100] with radius 100 from 0 to 270 into tPath
A new segment path.