getelemindex3d

Returns the element index for a given file and element name.

Attention: Available only with Activate commercial edition.

Syntax

R = getelemindex3d(filename, name)

Inputs

filename
Path of the file.
Type: string
name
Name of the element.
Type: string

Outputs

R
Element index.

Examples

Basic getelemindex3d example :
R = getelemindex3d('tutorials/Comp-plate-1LC.h3d', 'E361')
R = 362