*attributeupdateint

Updates an attribute of type int.

Syntax

*attributeupdateint entity type id identifier solver status behavior value

Type

HyperMesh Tcl Modify Command

Description

Updates an attribute of type int.

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 int to a value of 200 on an element with ID 100.

*attributeupdateint(elements,100,1241,6,2,0,200)