*attributeupdatestringmark

Updates an attribute of type string on a set of entities.

Syntax

*attributeupdatestringmark entity type mark identifier solver status behavior value

Type

HyperMesh Tcl Modify Command

Description

Updates an attribute of type string on a set of entities.

Inputs

entity type
The type of entity that owns the attribute.
mark
The number of the mark.
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 steel on the materials with ID 7 and 8.
*createmark(materials,1) 7 8
*attributeupdatestringmark(materials,1,615,2,2,0,"steel")