read#
- Mesh.read(file_name, append=False, cad_reader_route=None)#
Read or import files of different formats based on file extensions.
This method supports reading and importing these file formats:
Reading PyPrimeMesh’s native PMDAT files
Importing various types of CAD files
Importing Fluent Meshing’s MSH files
Importing Fluent’s CAS files
Importing MAPDL’s CDB files
Examples using Mesh.read#

Convert data when importing and exporting mesh and CAD formats
Convert data when importing and exporting mesh and CAD formats

Mesh a pipe T-section for structural thermal and fluid flow analysis
Mesh a pipe T-section for structural thermal and fluid flow analysis

Morph a hexahedral mesh of a turbine blade to a new shape
Morph a hexahedral mesh of a turbine blade to a new shape

Mesh a generic F1 car rear wing for external aero simulation
Mesh a generic F1 car rear wing for external aero simulation

Mesh a generic PCB geometry with multiple hexa layers
Mesh a generic PCB geometry with multiple hexa layers

Create a contact patch for wrapping between a wheel and ground interface
Create a contact patch for wrapping between a wheel and ground interface