@vectorlookup()

Retrieves a value stored in a vector lookup table.

Syntax

@vectorlookup (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 on the lookup table entries.
x comp, y comp, z comp
The components of the vector that are used to compare the vectors found on the lookup table entries.

Example

If both the keys match, and the vectors are within tolerance, then this function returns the value associated with the matching entry. If a match is not found, the function returns 0.

Errors

None.