xy_to_rt# ansys.motorcad.core.geometry.xy_to_rt(x, y)# Convert Motor-CAD Cartesian coordinates to polar coordinates in degrees. Parameters: xfloatX coordinate value. yfloatY coordinate value. Returns: radiusfloatRadial coordinate value. thetafloatAngular coordinate value.