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_startfloat

Start position for the radial coordinate.

theta_startfloat

Start position for the angular coordinate in degrees.

radius_endfloat

End position for the radial coordinate.

theta_endfloat

End position for the angular coordinate in degrees.