The aiassistant utility

Autodesk Moldflow CAD and simulation results data exists in binary or encrypted proprietary data files, making them difficult to read by Artificial Intelligence(AI) tools. To aid AI, we have provided an aiassistant tool to extract summary data from the geometry, material, machine, and simulation result sets.

The aiassistant utility extracts and processes numerical results from Autodesk Moldflow Insight output and result files on either a PC or a Linux machine. When running on a Linux machine, make sure you have added appropriate environment variables to your shell.

aiasssitant <study_name> [-output filePrefix] [-mes RAW]
   [-units_option SI|ENGLISH|METRIC]
   [-help]
   -model
   -material
   -machine
   -results
   -advice

This table lists the arguments that can be used with the aiassistant utility:

Argument Description
study_name The study file name
-output filePrefix Type your project file in place of project_file to specify that the study name specified should be looked up in the specified project file.
-mes RAW Write the screen output in raw mode.
-units system Type one of (SI, METRIC, ENGLISH) in place of system, to use that unit system in the output.
-help to print this help message.
-model Only generate summary model and geomtric property data.
-material Only generate summary material property data.
-machine Only generate summary machine property data.
-results Only generate result summary data.
-advice Only generate result advice data.
Note: The -model,-material,-machine,-results, and -advice options can be used in combinations. If none of these options are specific all possible data is written

The aiassistant tool writes data in an ASCII .json file format

Summary of data provided by the aiassistant tool

Note: This utility will not provide access to all potential result data available within the geometry, analysis inputs and simulation results. You will need to use other tools like the Python API, or studyrlt to extract this data.