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.
importMeshFromPATRAN
Import mesh from a PATRAN file
Syntax
importMeshFromPATRAN(importedFile, coordSystMode, coordSys, importMesh, typeFaces, unitsMode, unitsConversionFactor, precisionMode, precision)
Parameters
- importedFile : PATRAN file to import - [1..1] String
-
coordSystMode : Import with automatic or imposed coordinates system - [0..1] Enumeration
Potential values :
- AutoCoodSyst
- ImposedCoodSyst
- coordSys : Coordinate system to attach the imported geometry - [1..1] CoordSys
-
importMesh : Mesh import or cutting facets - [0..1] Enumeration
Potential values :
- MeshImport
- NoMeshImport
- CutRectangle2triangles
-
typeFaces : Type of faces to create - [0..1] Enumeration
Potential values :
- TwistedFaces
- PlanarFaces
-
unitsMode : Length unit in the file (meter or conversion factor) - [0..1] Enumeration
Potential values :
- Meter
- ConversionFactor
- unitsConversionFactor : Optional Conversion Factor with meter of the length unit - [0..1] Double
-
precisionMode : Import with automatic or manual precision - [0..1] Enumeration
Potential values :
- Automatic
- UserDefined
- precision : User defined precision on distance (absolute precision) - [0..1] Double
Returns
No return value