add_arc_rt#
- MotorCAD.add_arc_rt(radius_center, theta_centre, theta_start, theta_end, radius)#
Add an arc to the Motor-CAD axial geometry with an r, t (polar) coordinate system.
This method uses the center point, radius, and angles. Use degrees for angles.
- Parameters:
- radius_center
float
Center position the radial coordinate.
- theta_centre
float
Center position for the angular coordinate.
- theta_start
float
Angular coordinate of the arc start point in degrees.
- theta_end
float
Angular coordinate of the arc end point in degrees.
- radius
float
Radius of the arc from the center point.
- .. deprecated:: 0.6.0
add_arc_rt will be removed with Motor-CAD 2025R2 (tentative). Functionality replaced by adaptive templates.
- radius_center