pyleecan.Methods.Machine.Lamination.plot_preview_notch module

plot_preview_notch(self, index, fig=None, ax=None)[source]

Preview the position/shape of a notch on the lamination

Parameters:
  • self (Lamination) – Lamination object

  • index (int) – Index of the notch to preview

  • fig (Matplotlib.figure.Figure) – existing figure to use if None create a new one

  • ax (Matplotlib.axes.Axes object) – Axis on which to plot the data

Returns:

  • fig (Matplotlib.figure.Figure) – Figure containing the plot

  • ax (Matplotlib.axes.Axes object) – Axis containing the plot