*codename()
Sets a unique solver number to be used for identifying attributes.
Syntax
*codename (solver, identifier)
Type
HyperMesh Template Command
Inputs
- solver
- The name of the solver.
- identifier
- A unique number identifying the solver.
Example
The *codename()command must occur before the first *defineattribute() command. All attributes created with this template are marked with this solver identifier.
Solver identifiers 0-63 are reserved for HyperMesh officially supported templates. Solver identifiers 64-127 are available for user-defined templates. If two templates are to share a set of attributes, they should have both the same solver identifier and the exact set of *defineattribute() commands.