getnumnodes3d
Returns the number of nodes in a file.
Attention: Valid only with Altair CAE Readers and Writers Extension.
Syntax
R = getnumnodes3d(filename)
Inputs
- filename
- Path of the file.
Outputs
- R
- Number of nodes.
Example
Basic getnumnodes3d:
R = getnumnodes3d('tutorials/Comp-plate-1LC.h3d')
R = 417