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_centre
float
Center position for the x coordinate.
- y_centre
float
Center position for the y coordinate.
- x_start
float
Start position for the x coordinate.
- y_start
float
Start position for the y coordinate.
- x_end
float
End position for the x coordinate.
- y_end
float
End position for the y coordinate.
- .. deprecated:: 0.6.0
add_arc_centre_start_end_xy will be removed with Motor-CAD 2025R2 (tentative). Functionality replaced by adaptive templates.
- x_centre