*attributeupdateintarray

Updates an attribute of type int array.

Syntax

*attributeupdateintarray entity type id dentifier solver status behavior data length

Type

HyperMesh Tcl Modify Command

Description

Updates an attribute of type int array.

Inputs

entity type
The type of entity that owns the attribute.
id
The entity ID.
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.
data
The int array.
length
The int array length.

Examples

Update an attribute of type int array to [1, 2, 3, and 4] on the material with ID 7.
*createintarray(4) 1 2 3 4 *attributeupdateintarray(materials,7,615,2,2,0,1,1)