*include()

Includes a file from the include directory.

Syntax

*include (filename)

Type

HyperMesh Template Command

Inputs

filename
The file identified by must be in the include directory where the template is located.
*include() can be used to insert a series of template commands that are used by multiple templates.
*include() files can reference other *include() files in the same directory, but make sure you do not create an infinite *include() loop.