assign_mesh_level# IcepakMesh.assign_mesh_level(mesh_order, meshop_name=None)[source]# Assign a mesh level to objects. Parameters: mesh_orderdictDictionary where the key is the object name and the value is the mesh level. meshop_namestr, optionalName of the mesh operation. The default is None. Returns: list of pyaedt.modules.Mesh.MeshOperationTrue when successful, False when failed. References >>> oModule.AssignMeshOperation Copy to clipboard