getsubcaselist3d

Returns the valid subcases for a given file using the 3D CAE Readers.

Attention: Available only with Activate commercial edition.

Syntax

R = getsubcaselist3d(filename)

Inputs

filename
Path of the file.
Type: string

Outputs

R
Cell array of subcase names.

Examples

Basic getsubcaselist3d example :
R = getsubcaselist3d('tutorials/Comp-plate-1LC.h3d')
R = 
{
  [1,1] Subcase 1 (LC-Tens)
}