*vectortablestore()

Stores an entry into the vector lookup table.

Syntax

*vectortablestore (key, x comp, y comp, z comp, value)

Type

HyperMesh Template Command

Inputs

key
The key assigned to the lookup table entry. This is used by the @vectorlookup() function to find stored entries.
x comp
The x component of the vector assigned to a lookup table entry. This is used by the @vectorlookup() function to find stored entries.
y comp
The y component of the vector assigned to a lookup table entry. This is used by the @vectorlookup() function to find stored entries.
z comp
The z component of the vector assigned to a lookup table entry. This is used by the @vectorlookup() function to find stored entries.
value
The value assigned to an entry in the lookup table. This value is returned by @vectorlookup().