*vectortablereset()

Resets the vector lookup table.

Syntax

*vectortablereset (type, tolerance)

Type

HyperMesh Template Command

Inputs

type
The type of the vector lookup table. This determines how the vectors in the lookup table are compared against the key values sent by the @vectorlookup() function. Set this to 0, if the vectors represent node locations in space and the distance between the two nodes is the criteria for vectors being equal. Set this to 1, if the vectors represent vectors and the angle between the two vectors is the criteria for vectors being equal.
tolerance
The tolerance used to determine if a vector in the lookup table is equal to a key vector.