getnodelist3d
Returns the valid nodes for a given file using the 3D CAE Readers.
Syntax
R = getnodelist3d(filename)
Inputs
- filename
- Path of the file.
Outputs
- R
- Cell array of nodes names.
Examples
R = getnodelist3d('tutorials/Comp-plate-1LC.h3d')
R =
{
[1,1] N1
[1,2] N2
[1,3] N3
[1,4] N4
...
[1,415] N415
[1,416] N416
[1,417] N417
}