getnodeindex3d

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

Attention: Available only with Activate commercial edition.

Syntax

R = getnodeindex3d(filename, name)

Inputs

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

Outputs

R
Node index.

Examples

Basic getnodeindex3d example :
R = getnodeindex3d('tutorials/Comp-plate-1LC.h3d', 'N67')
R = 67