EM FHInputFile

Other languages:

EM FHInputFile

Menu location
EM → FHInputFile
Workbenches
EM
Default shortcut
E I
Introduced in version
0.17
See also
EM FHSolver

Description

The FHInputFile tool creates the input FastHenry file based on the Document EM workbench objects.

Usage

To create a FastHenry input file:

  1. Create one EM FHSolver object and other EM workbench objects representing the 3D geometry as required for your model.
  2. Press the EM FHInputFile button, or press E then I keys.

Remarks

Scripting

See also: FreeCAD Scripting Basics.

The FHInputFile command can be used in macros and from the Python console by using the following function:

node = createFHInputFile(doc=None,filename=None,folder=None)

Example:

import FreeCAD, EM

fhsolver = EM.createFHInputFile()