*shapevarupdate_twonode
Updates a shape variable described by two nodes.
Syntax
*shapevarupdate_twonode markid n1 n2 updatetail updatehead
Type
HyperMesh Tcl Modify
Description
Updates a shape variable described by two nodes.
Inputs
- markid
- The ID of the mark that contains the shape variable to be updated.
- n1
- The ID of the base node of the shape variable.
- n2
- The ID of the 2nd node of the shape variable.
- updatetail
- A flag (0,1) to update the tail(base) node.
- updatehead
- A flag (0,1) to update the head node.
Example
This shape variable has both nodes associated with it. The magnitude and direction of the shape variable changes if the nodal positions are moved.
Errors
None.