HMIN_writeattribute_entity()

Transfers an entity attribute to HyperMesh.

Syntax

void HMIN_writeattribute_entity(HM_entitytype entitytype, HM_entityidtype id, int identifier, int behavior, int status, HM_entitytype attributetype, int attributeid);

Type

HyperMesh hminlib Function

Description

Transfers an entity 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
Set to 0, reserved for future use.
status
Set to 0 for off.
Set to 1 for on.
Set to 2 for always on.
attributetype
The type of entity to which the attribute references.
attributeid
The ID of the entity that is referenced.

Errors

None.