getsubcaselist3d
Returns the valid subcases for a given file using the 3D CAE Readers.
Syntax
R = getsubcaselist3d(filename)
Inputs
- filename
- Path of the file.
Outputs
- R
- Cell array of subcase names.
Examples
R = getsubcaselist3d('tutorials/Comp-plate-1LC.h3d')
R =
{
[1,1] Subcase 1 (LC-Tens)
}