Source code for pyleecan.Methods.Machine.LamSquirrelCageMag.get_hole_list

[docs]def get_hole_list(self): """Return the list of all the holes Parameters ---------- self : LamSquirrelCageMag A LamSquirrelCageMag object Returns ------- hole_list : [Hole] List of all the holes """ if self.hole is None: self.hole = list() return self.hole