*sortsets()
Sets the order that sets are output in a *sets() block.
Syntax
*sortsets (order)
Type
HyperMesh Template Command
Description
Sets the order that sets are output in a *sets() block.
Inputs
- order
- Valid values are:
Example
To output elements in order based on ID:
*sets()
  *sortsets(byid)
  *format()
    *string("id = ")
    *field(integer,id,0)
    *end()
*output()Version History
14.0