getsubcasename3d
Returns the subcase name for a given file and subcase index.
Attention: Valid only with Altair CAE Readers and Writers Extension.
Syntax
R = getsubcasename3d(filename, index)
Inputs
- filename
- Path of the file.
- index
- Index of the subcase.
Outputs
- R
- Subcase name.
Examples
Basic getsubcasename3d example :
R = getsubcasename3d('tutorials/Comp-plate-1LC.h3d', 1)
R = Subcase 1 (LC-Tens)