*attributeupdatestring

Updates an attribute of type string.

Syntax

*attributeupdatestring entity type id identifier solver status behavior value

Type

HyperMesh Tcl Modify Command

Description

Updates an attribute of type string.

Inputs

entity type
The type of entity that owns the attribute.
id
The ID of the entity
identifier
The identifier of the attribute.
solver
The solver number of the attribute.
status
The status of the attribute.
behavior
The behavior of the attribute.
value
The value of the attribute.

Examples

Update an attribute of type string to a value of composite on an element with ID, 100.
*attributeupdatestring(elements,100,1241,6,2,0,"composite")