*shapevarupdate
Updates shape variables using three components and a local coordinate system.
Syntax
*shapevarupdate markid xcomp ycomp zcomp magnitude systemid magnitudeflag directionflag systemflag
Type
HyperMesh Tcl Modify
Description
Updates shape variables using three components and a local coordinate system.
Inputs
- markid
- The ID of the mark that contains the shape variables to update.
- xcomp
- The global x component of the shape variables.
- ycomp
- The global y component of the shape variables.
- zcomp
- The global z component of the shape variables.
- magnitude
- The magnitude of the shape variables.
- systemid
- The ID of the local coordinate system in which to update the shape variables.
- magnitudeflag
- A flag (0,1) to update the magnitude of the shape variables.
- directionflag
- A flag (0,1) to update the direction of the shape variables.
- systemflag
- A flag (0,1) to update the system of the shape variables.
Errors
None.