getelemindex3d
Returns the element index for a given file and element name.
Attention: Valid only with Altair CAE Readers and Writers Extension.
Syntax
R = getelemindex3d(filename, name)
Inputs
- filename
- Path of the file.
- name
- Name of the element.
Outputs
- R
- Element index.
Examples
Basic getelemindex3d example :
R = getelemindex3d('tutorials/Comp-plate-1LC.h3d', 'E361')
R = 362