assign_mesh_level#

IcepakMesh.assign_mesh_level(mesh_order, name=None)[source]#

Assign a mesh level to objects.

Parameters:
mesh_orderdict

Dictionary where the key is the object name and the value is the mesh level.

namestr, optional

Name of the mesh operation. The default is None.

Returns:
list of pyaedt.modules.Mesh.MeshOperation

True when successful, False when failed.

References

>>> oModule.AssignMeshOperation