assign_mesh_from_file#

IcepakMesh.assign_mesh_from_file(objects, filename, meshop_name=None)[source]#

Assign a mesh from file to objects.

Parameters:
objectslist

List of objects to which apply the mesh file.

filenamestr

Full path to .msh file.

meshop_namestr, optional

Name of the mesh operations. Default is None.

Returns:
pyaedt.modules.Mesh.MeshOperation

Mesh Operation object. False when failed.

References

>>> oModule.AssignMeshOperation