Source code for pyleecan.Methods.Machine.LamSquirrelCage.comp_angle_d_axis

[docs]def comp_angle_d_axis(self): """Compute the angle between the X axis and the first d+ axis By convention a "Tooth" is centered on the X axis Parameters ---------- self : LamSquirrelCage A LamSquirrelCage object Returns ------- d_angle : float angle between the X axis and the first d+ axis """ return 0