getelemlist3d
Returns the valid elements for a given file using the 3D CAE Readers.
Syntax
R = getelemlist3d(filename)
Inputs
- filename
- Path of the file.
Outputs
- R
- Cell array of elements names.
Examples
R = getelemlist3d('tutorials/Comp-plate-1LC.h3d')
R =
{
[1,1] E376
[1,2] E1
[1,3] E2
[1,4] E3
[1,5] E4
...
[1,375] E374
[1,376] E375
}