WARNING: This function is experimental and may change or be removed.
A circular arc. The arc segment always sweeps counterclockwise from start to end. To change direction, swap the start and end points.
Arguments
| Name | Type | Description | Required |
|---|---|---|---|
start | Point2d | A point in two dimensional space. | Yes |
end | Point2d | A point in two dimensional space. | Yes |
center | Point2d | A point in two dimensional space. | Yes |
construction | bool | A boolean value. | No |
Returns
Segment - A segment of a path in a sketch. It may be a line, arc, or other segment type.