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_centerfloat

Center position the radial coordinate.

theta_centrefloat

Center position for the angular coordinate.

theta_startfloat

Angular coordinate of the arc start point in degrees.

theta_endfloat

Angular coordinate of the arc end point in degrees.

radiusfloat

Radius of the arc from the center point.