pyleecan.Functions.Geometry.merge_notch_list module

merge_notch_list(notch_list_1, notch_list_2)[source]

Merge two notches list

Parameters:
  • notch_list_1 (list) – First notch list to merge

  • notch_list_2 (list) – Second notch list to merge

Returns:

notch_list – list of dictionary with key: “begin_angle”, “end_angle”, “obj”

Return type:

list

exception NotchError[source]

Bases: Exception

Raised when notch are coliding