*vectorupdate_twonode

Updates a vector entity described by two nodes.

Syntax

*vectorupdate_twonode markid n1 n2 updatetail updatehead

Type

HyperMesh Tcl Modify

Description

Updates a vector entity described by two nodes.

Inputs

markid
The ID of the mark that contains the vectors to be updated.
n1
The ID of the base node of the vector.
n2
The ID of the 2nd node of the vector.
updatetail
A flag (0,1) to update the tail(base) node.
updatehead
A flag (0,1) to update the head node.

Example

This vector entity has both nodes associated with it. The magnitude and direction of the vector changes if the nodal positions are moved.

Errors

None.