pyleecan.Methods.Machine.Lamination.build_radius_desc module

build_radius_desc(self, is_bore, sym=1)[source]

This method returns an ordered description of the slot/notch that defines the bore/yoke radius of the lamination (Bore/Yoke shape not taken into account by this method, cf build_radius_lines)

Parameters:
  • self (Lamination) – A Lamination object

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

  • sym (int) – Symmetry factor (1= full machine, 2= half of the machine…)

Returns:

radius_desc

trigo ordered list of dictionary with key:

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

Return type:

list