Command Line Arguments for Converting CADFEKO [LEGACY] Models to New Format

A stand-alone converter tool can be called from the command line to convert CADFEKO models (.cfx) created before version 2022.1 to the new format.

Command-line options:
legacy_cfx_converter.exe [FILENAME] [OPTIONS]
FILENAME
Name of the .cfx file to convert to the new format.
OPTIONS
--verbosity-level <level>

Displays additional information regarding the conversion process. Use this information to correct a legacy model should the conversion has failed.

The following levels or verbosity are available where 3 outputs the most information and 1 outputs limited information.
3
Information contains coordinates, labels and bounding boxes.
2
Only some information (no detail) such as warnings, variables, geometry and entities are included.
1
Only basic information such as errors and categories of transfer are included.
Tip: Use this option if the output of a confidential model is to be shared.
If the output is long, pipe the output to a text file, for example:
legacy_cfx_converter.exe model.cfx --verbosity-level 3 > output.txt