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