*attributeupdatedouble

Updates an attribute of type double.

Syntax

*attributeupdatedouble entity type id identifier solver status behavior value

Type

HyperMesh Tcl Modify Command

Description

Updates an attribute of type double.

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.

Example

Update an attribute of type double to a value of 200 on an element with ID, 100.
*attributeupdatedouble(elements,100,1241,6,2,0,200.0)