Importing and exporting meshes

In MESH there is a functionality allowing import/export of meshes in the following formats:

  • MED,

  • UNV (I-DEAS 10),

  • STL,

  • CGNS,

  • GMF (internal format of DISTENE products from the MeshGems suite),

  • DAT (simple ascii format).

You can also export a group as a whole mesh.

To import a mesh:

  1. From the File menu choose the Import item, from its sub-menu select the corresponding format (MED, UNV, STL, GMF and CGNS) of the file containing your mesh.

  2. In the standard Search File dialog box find the file for import. It is possible to select multiple files to be imported all at once.

  3. Click the OK button.

_images/meshimportmesh.png

To export a mesh or a group:

  1. Select the object you wish to export.

  2. From the File menu choose the Export item, from its sub-menu select the format (MED, UNV, DAT, STL, GMF and CGNS) of the file which will contain your exported mesh.

  3. In the standard Search File select a location for the exported file and enter its name.

  4. Click the OK button.

_images/meshexportmesh.png

If you try to export a group, the warning will be shown:

_images/meshexportgroupwarning.png
  • Don’t show this warning anymore check-box allows to switch off the warning. You can re-activate the warning in Preferences.

Only MED format supports all types of elements that can be created in the module. If you export a mesh or group that includes elements of types that are not supported by chosen format, you will be warned about that.

There are additional parameters available at export to MED format files.

  • Z tolerance field if enabled specifies distance of nodes from the XOY plane below which the nodes snap to this plane. A default value can be set in Preferences.

  • Automatically create groups check-box specifies whether to create groups of all mesh entities of available dimensions or not. The created groups have names like “Group_On_All_Nodes”, “Group_On_All_Faces”, etc. A default state of this check-box can be set in Preferences.

  • Automatically define space dimension check-box specifies whether to define space dimension for export by mesh configuration or not. Usually the mesh is exported as a mesh in 3D space, just as it is in Mesh module. The mesh can be exported as a mesh of a lower dimension in the following cases, provided that this check-box is checked:

    • 1D: if all mesh nodes lie on OX coordinate axis.

    • 2D: if all mesh nodes lie in XOY coordinate plane.

  • Save cell/node numbers to MED file preference controls whether node and cell numbers are saved.

See Also a sample TUI Script of an Export Mesh operation.