getlayerslist3d
Returns the valid layers for a given data type using the 3D CAE Readers. The function has two forms. Use the first form when there are no subcases and second form when there are multiple subcases.
Syntax
R = getlayerslist3d(filename, datatype)
R = getlayerslist3d(filename, subcase, datatype)
Inputs
- filename
- Path of the file.
- subcase
- Subcase name or index in the file.
- datatype
- Data type name or index in the file.
Outputs
- R
- Cell array of layer names.
Examples
R = getlayerslist3d('tutorials/flatPlateModelingTechniques_OS.h3d',1,2)
R =
{
[1,1] Z1
[1,2] Z2
[1,3] Mid
}