@vectorlookupnotkey()

Retrieves a value stored in a vector lookup table.

Syntax

@vectorlookupnotkey (key,x comp,y comp,z comp)

Type

HyperMesh Template Function

Description

Retrieves a value stored in a vector lookup table.

Inputs

key
Used to compare the keys found in the lookup table entries.
x comp,y comp,z comp
The components of the vector that is used to compare the vectors found in the lookup table entries.

Example

If the input vector matches the vector in the lookup table and the keys do not match, this function returns the value stored in the lookup table. When looking for a match between vectors, the tolerance set by *vectortablereset() is used. If no match is found, this function returns 0.

Errors

None.