CFXModelImporter

The CADFEKO model (*.cfx file) importer.

Example

app = cf.GetApplication()
project = app:NewProject()

    -- Use the 'CFXImporter' to import a model

project.Importer.CFXModel:Import(FEKO_HOME..[[/shared/Resources/Automation/Dipole_Example.cfx]])

Usage locations (object properties)

The following objects have properties using the CFXModelImporter object:

Property List

Settings
The settings to be used when importing the CADFEKO model. (Read only CFXModelImportSettings)
Type
The object type string. (Read only string)

Method List

Import (filename string)
Import the specified file using default settings.

Property Details

Settings
The settings to be used when importing the CADFEKO model.
Type
CFXModelImportSettings
Access
Read only
Type
The object type string.
Type
string
Access
Read only

Method Details

Import (filename string)
Import the specified file using default settings.
Input Parameters
filename(string)
The name of the file to be imported.