Source code for pyleecan.Methods.Slot.SlotCirc.get_surface_opening
from ....Classes.SurfLine import SurfLine
from ....Functions.labels import SOP_LAB, DRAW_PROP_LAB
[docs]def get_surface_opening(self, alpha=0, delta=0):
"""Return the list of surfaces defining the opening area of the Slot
Parameters
----------
self : SlotCirc
A SlotCirc object
alpha : float
float number for rotation (Default value = 0) [rad]
delta : complex
complex number for translation (Default value = 0)
Returns
-------
surf_list : list
list of surfaces objects
"""
# No opening surface in SlotCirc
return []