Since version 2026, Flux 3D and Flux PEEC are no longer available.

Please use SimLab to create a new 3D project or to import an existing Flux 3D project.

Please use SimLab to create a new PEEC project (not possible to import an existing Flux PEEC project).

/!\ Documentation updates are in progress – some mentions of 3D may still appear.

exportMeshToUNV1

Export mesh to an UNV file (IDEAS)

Syntax

exportMeshToUNV1(exportedFile, exportedEntities, regionVolume, regionFace, versionNumber, LOAD_SET_HEAT, LOAD_SET_PRESS)

Parameters

  • exportedFile : File name for the export - [1..1] String
  • exportedEntities : Entities to export - [1..1] Enumeration

    Potential values :

    • allVolumes
    • allFaces
    • volumeRegions
    • surfaceRegions
  • regionVolume : Régions volumiques à exporter - [0..1] RegionVolume
  • regionFace : Régions surfaciques à exporter - [0..1] RegionFace
  • versionNumber : UNV file version - [1..1] Enumeration

    Potential values :

    • 2012
    • 5.0
    • 3.0
  • LOAD_SET_HEAT : Export calorific generator - [1..1] Enumeration

    Potential values :

    • no
    • yes
  • LOAD_SET_PRESS : Export surfacic stresses - [1..1] Enumeration

    Potential values :

    • no
    • yes

Returns

No return value