*dictionaryresetsolver
Resets the card image of an entity for a specific solver.
Syntax
*dictionaryresetsolver entity type name solver number
Type
HyperMesh Tcl Modify
Description
Resets the card image of an entity for a specific solver.
Inputs
- entity type
- The entity type which will have its card image reset.
- name
- The name of the entity.
- solver
- The number of the solver for which you want the card image specifically reset for.
Example
If there were a component, "a1," with a Nastran card image and
an LS-DYNA card image, and you only wanted to reset the Nastran card image, you would do the
following:
*dictionaryresetsolver(components, "a1", 1)