pyleecan.Methods.Machine.Notch.is_outwards module¶
- is_outwards(self)[source]¶
Return if the notch is outwards (on an external lamination) or inwards (on an internal lamination). (to make lam.notch[ii].notch_shape match lam.slot parent)
- Parameters:
self (Notch) – A Notch object
- Returns:
is_outwards – True if the Lamination is not internal and false if not. For yoke notch, result is negated.
- Return type:
bool