getnodelist3d

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

Attention: Available only with Activate commercial edition.

Syntax

R = getnodelist3d(filename)

Inputs

filename
Path of the file.
Type: string

Outputs

R
Cell array of nodes names.

Examples

Basic getnodelist3d example :
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
}