add_line_rt#
- MotorCAD.add_line_rt(radius_start, theta_start, radius_end, theta_end)#
Add a line to the Motor-CAD axial geometry with an r, t (polar) coordinate system.
Use degrees for angles.
- Parameters:
- radius_start
float
Start position for the radial coordinate.
- theta_start
float
Start position for the angular coordinate in degrees.
- radius_end
float
End position for the radial coordinate.
- theta_end
float
End position for the angular coordinate in degrees.
- .. deprecated:: 0.6.0
add_line_rt will be removed with Motor-CAD 2025R2 (tentative). Functionality replaced by adaptive templates.
- radius_start