*attributeupdatedoublearray

Updates an attribute of type double array.

Syntax

*attributeupdatedoublearray entity type id identifier solver status behavior data length

Type

HyperMesh Tcl Modify Command

Description

Updates an attribute of type double array.

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.
data
Double array.
length
Double array length.

Example

Update attribute 615 of type double array to [1,2,3,4] on the material with ID 7:
*createdoublearray 4 1 2 3 4
*attributeupdatedoublearray materials 7 615 2 2 0 1 4