Source code for pyleecan.Methods.Slot.SlotW60.get_surface_active

[docs]def get_surface_active(self, alpha=0, delta=0): """Return the full winding surface Parameters ---------- self : SlotW60 A SlotW60 object alpha : float float number for rotation (Default value = 0) [rad] delta : complex complex number for translation (Default value = 0) Returns ------- surf_wind: Surface Surface corresponding to the Winding Area """ raise Exception("get_surface_active not available for SlotW60")