*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
*attributeupdateentity(elements,17,1247,6,0,0,nodes,1)