pyleecan.Methods.Machine.LamSlot.get_slot_desc_list module

get_slot_desc_list(self, sym=1, is_bore=True)[source]

Returns an ordered description of the slot

Parameters:
  • self (LamSlot) – A LamSlot object

  • sym (int) – Number of symmetry

  • is_bore (bool) – True generate desc of bore, else yoke

Returns:

slot_desc

trigo ordered list of dictionary with key:

”begin_angle” : float [rad] “end_angle” : float [rad] “obj” : Slot / None for Radius “lines : lines corresponding to the radius part “label” : Radius/Notch/Slot

Return type:

list