::hwat::io::LoadFilesFromDir - Load files under a directory in HyperMesh.
::hwat::io::LoadFilesFromDir str_DirName str_FileType n_OverwriteFlag n_OffsetFlag
str_DirName |
The name/path of directory to look for files. |
str_importTransFullPath |
Optional, FE Import Translator Full Path. (Default is {}. That means it reads the .hm file) |
n_OverwriteFlag |
Optional, 0 means no overwrite, 1 means overwrite on while importing. (Default is 1, overwrite). |
str_offsetList |
Optional, hmentity and its offset value list. (Default is {}. For example, the list could be [list lines 1000 nodes 20000 curves 130]). |
1 – on success, {} – on failure
::hwat::utils::LoadFilesFromDir /homes /deck_files/ /homes/translator/nastran.exe
Recursively calls ImportModel for files in the given directory.