HMIN_writeattribute_string()

Transfer a string attribute to HyperMesh.

Syntax

void HMIN_writeattribute_string(HM_entitytype entitytype, HM_entityidtype id, int identifier, int behavior, int status, const char *value);

Type

HyperMesh hminlib Function

Description

Transfer a string attribute 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.
Set to 1 for on.
Set to 2 for always on.
value
The value to be assigned to the attribute.

Errors

None.