A file-based interface, converting to nodes, polylines, polygons, arcs and text without column attributes.
Model files contain fully-defined symbology, so the default fx symbology is never used, although eagle symbology (numbered) can be mapped to Fire symbology via a configuration file specified as a program command-line option:
-cfg=<config file>.
Nothing is known about the projection or units of measure of Eagle data. These must be set by the client if required.
init
This interface requires Fire to have an eagle atable set up before receiving eim data. The init command does this.
query_tables <client_string_array>
Returns the names of all eagle (.mod) files in the current directory and sub-directories. This list is also selectable by the following command:
iselect * from fxtables
select {*} from <file>
Selects the eagle file from which all data is to be fetched. Eagle file usually have the extension .mod.
none