assign_mesh_from_file# IcepakMesh.assign_mesh_from_file(objects, filename, meshop_name=None)[source]# Assign a mesh from file to objects. Parameters: objectslistList of objects to which apply the mesh file. filenamestrFull path to .msh file. meshop_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