HMIN_writeattribute_entity_array2d()
Transfers a 2-D entity array attribute to HyperMesh.
Syntax
void HMIN_writeattribute_entity_array2d(HM_entitytype entitytype, HM_entityidtype id, int identifier, int behavior, int status, HM_entitytype attributetype, const HM_entityidtype id_array[], int rows, int cols)
Type
HyperMesh hminlib Function
Description
Transfers a 2-D entity array attribute to HyperMesh.
Inputs
- entitytype
- The type of entity to which to attach the attribute.
- id
- The ID of the entity to which to attach the attribute.
- identifier
- The attribute identifier (defined in a template with the *defineattribute() command).
- behavior
- Set to 0, reserved for future use.
- status
- Set to 0 for off.
- attributetype
- The type of entity to which the attribute references.
- id_array
- The entity values to assign to the attributes array.
- rows
- The number of rows in the array.
- cols
- The number of columns in the array.
Errors
None.