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: pyaedt.modules.Mesh.MeshOperationMesh Operation object. False when failed. References >>> oModule.AssignMeshOperation Copy to clipboard