HMIN_dictionary_write()
Transfers a dictionary into a collector.
Syntax
void HMIN_dictionary_write(int entities, HM_entityidtype entityid, char * name, char * typename, char * string, double value, int active);
Type
HyperMesh hminlib Function
Description
Transfers a dictionary into a collector.
Inputs
- entities
- The type of entity (HM_ENTITYTYPE_COMPS, HM_ENTITYTYPE_LOADCOLS, HM_ENTITYTYPE_SYSTCOLS, HM_ENTITYTYPE_GROUPS, HM_ENTITYTYPE_MATS).
- entityid
- The entity ID that should be assigned to the dictionary.
- name
- The name of the dictionary item.
- typename
- A name assigned to a character string that is "none," "real," "integer," or "string."
- string
- A character string associated with the dictionary.
- value
- The value associated with the dictionary.
- active
- The activity status associated with the dictionary item. Activity can be set to:
- -1 If the dictionary is not selectable.
- 0 If the dictionary is selectable, but is set to off.
- 1 If the dictionary is selectable, but is set to on.
See Template Chapter of the HyperMesh Reference Manual.
Errors
None.