add_arc_centre_start_end_rt#
- MotorCAD.add_arc_centre_start_end_rt(radius_centre, theta_centre, radius_start, theta_start, radius_end, theta_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:
- radius_centre
float
Center position for the radial coordinate.
- theta_centre
float
Centre position for the angular coordinate in degrees.
- radius_start
float
Start position for the radial coordinate.
- theta_start
float
Start position for other angular coordinate in degrees.
- radius_end
float
end position radial coordinate
- theta_end
float
End position for the angular coordinate in degrees.
- .. deprecated:: 0.6.0
add_arc_centre_start_end_rt will be removed with Motor-CAD 2025R2 (tentative). Functionality replaced by adaptive templates.
- radius_centre