assign_mesh_from_file#

IcepakMesh.assign_mesh_from_file(assignment, file_name, name=None)[source]#

Assign a mesh from a file to objects.

Parameters:
assignmentlist

List of objects to apply the mesh file to.

file_namestr

Full path to the mesh (MSH) file.

namestr, optional

Name of the mesh operations. Default is None.

Returns:
pyaedt.modules.Mesh.MeshOperation

Mesh Operation object. False when failed.

References

>>> oModule.AssignMeshOperation