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_centrefloat

Center position for the radial coordinate.

theta_centrefloat

Centre position for the angular coordinate in degrees.

radius_startfloat

Start position for the radial coordinate.

theta_startfloat

Start position for other angular coordinate in degrees.

radius_endfloat

end position radial coordinate

theta_endfloat

End position for the angular coordinate in degrees.