assign_mesh_from_file# IcepakMesh.assign_mesh_from_file(assignment, file_name, name=None)[source]# Assign a mesh from a file to objects. Parameters: assignmentlistList of objects to apply the mesh file to. file_namestrFull path to the mesh (MSH) file. namestr, optionalName of the mesh operations. Default is None. Returns: ansys.aedt.core.modules.mesh.MeshOperationMesh Operation object. False when failed. References >>> oModule.AssignMeshOperation