hm_convertFromOutFileToDatFile
Generates a DAT file from an OUT file.
Syntax
hm_convertFromOutFileToDatFile file_name
Type
HyperMesh Tcl Query Command
Description
Generates a DAT file from an OUT file.
The OUT file will be read and flutter summary data is collected, and the DAT file is generated in the same directory.
Inputs
- file_name
 - The name and path of the OUT file.
 
Example
To convert the file C:/temp/flutter.out:
hm_convertFromOutFileToDatFile "C:/temp/flutter.out"
    Errors
if { [ catch {command_name...} ] } {
   # Handle error
}Version History
2019.1