add_arc_centre_start_end_xy#

MotorCAD.add_arc_centre_start_end_xy(x_centre, y_centre, x_start, y_start, x_end, y_end)#

Add an arc to the Motor-CAD axial geometry with an r, t (polar) coordinate system.

This method uses start, end, and center coordinates. Use degrees for angles.

Parameters:
x_centrefloat

Center position for the x coordinate.

y_centrefloat

Center position for the y coordinate.

x_startfloat

Start position for the x coordinate.

y_startfloat

Start position for the y coordinate.

x_endfloat

End position for the x coordinate.

y_endfloat

End position for the y coordinate.