Skip to main content

Prime Mesh Python client library 2025 R2 SP04

import_fluent_meshing_meshes

Last update: 20.02.2026

FileIO.import_fluent_meshing_meshes(file_names, import_fluent_meshing_mesh_params)

Import Fluent Meshing’s mesh (MS and MSH.GZ) files from disk.

Notes

This method does not support Unicode paths.

Examples

>>> file_io = prime.FileIO(model=model)
>>> params = prime.ImportFluentMeshingMeshParams(model=model)
>>> results = file_io.import_fluent_meshing_meshes(
                ["/tmp/mesh.msh", "/tmp/mesh1.msh"],
                params)

Connect with Ansys