*attributeupdateentitymark

Updates an attribute of type entity on a set of entities.

Syntax

*attributeupdateentitymark entity type mark identifier solver status behavior targetentity targetentityid

Type

HyperMesh Tcl Modify Command

Description

Updates an attribute of type entity on a set of entities.

Inputs

entity type
The type of entity that owns the attribute.
mark
The number of the mark.
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.

Examples

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