pyleecan.Methods.Slot.VentilationTrap.build_geometry module¶
- build_geometry(self, alpha=0, delta=0)[source]¶
Compute the curve needed to plot the ventilations
- Parameters:
self (VentilationTrap) – A VentilationTrap object
alpha (float) – Angle for rotation (Default value = 0) [rad]
delta (complex) – Complex for translation (Default value = 0)
- Returns:
surf_list – A list of Trapeze
- Return type:
list