*dictionaryload

Loads a dictionary from the template file into a collector dictionary.

Syntax

*dictionaryload entity type mark template dictionary

Type

HyperMesh Tcl Modify

Description

Loads a dictionary from the template file into a collector dictionary.

Inputs

entity type
Collector type contained on the mark.
mark
The ID of the mark which contains the collectors to be updated.
template
The name of the template which contains the dictionary.
dictionary
The name of the dictionary to be loaded into the components.

Example

To load the dictionary named NAST_PSHELL from the Nastran template general into component plate:
*createmark(component,1) plate
*dictionaryload(component,1,nastran/general,NAST_PSHELL)