*attributeupdateentity

Updates an attribute of type entity.

Syntax

*attributeupdateentity entity type id identifier solver status behavior targetentity targetentityid

Type

HyperMesh Tcl Modify Command

Description

Updates an attribute of type entity.

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.
targetentity
The type of entity to which the attribute points.
targetentityid
The ID of the entity to which the attribute points.

Example

Update an attribute of type entity (on element 17) to point to a node with ID 1.
*attributeupdateentity(elements,17,1247,6,0,0,nodes,1)