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.
importGeomFromIGES
Import geometry from an IGES file
Syntax
importGeomFromIGES(importedFile, coordSystMode, coordSys, unitsMode, unitsConversionFactor, precisionMode, precision)
Parameters
- importedFile : IGES 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 - [0..1] CoordSys
-
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