*nodes()

Starts a node output block. All of the nodes in the database are output according to the user-defined format in the block following the *nodes() command.

Syntax

*nodes (configuration)

Type

HyperMesh Template Command

Inputs

configuration
Defines the type of node to output in this block. Since HyperMesh only allows one type of node, this parameter is ignored but is allowed for future compatibility.

Example

The following commands are available to sort nodes within the template system:

*sortnodes(byinputsystem)
*sortnodes(byoutputsystem)
*sortnodes(byid)
*sortnodes(none)

The first three commands turn sorting on until it is turned off with *sortnodes(none).

This command requires an *output() at the end of the block.