ArcSegment.
construct_with_radius
Construct an arc segment with a radius and the start and end points.
point_start – Starting point of the segment
point_end – End point of the segment
radius – Radius
center_left_of_line – Specifies if the center point is located to the left of the vector point_start -> point_end (Default value = True)
arc_winding_ccw – Specifies if the arcs winding order is counter-clockwise (Default value = True)
Arc segment
ArcSegment