HMIN_writeattribute_int_array2d()
Transfer a 2-D integer array to HyperMesh.
Syntax
void HMIN_writeattribute_int_array2d(HM_entitytype entitytype, HM_entityidtype id, int identifier, int behavior, int status, const int *value, int rows, int cols);
Type
HyperMesh hminlib Function
Description
Transfer a 2-D integer array to HyperMesh.
Inputs
- entitytype
- The type of the 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
- Reserved for future use. Must be set to 0.
- status
- Set to 0 for off.
- value
- The values to be assigned to the attribute.
- rows
- The number of rows in the array.
- cols
- The number of columns in the array.
Errors
None.