*attributeupdateentityidarray
Updates an attribute that is an array of entity IDs.
Syntax
*attributeupdateentityidarray entity type id identifier solver status behavior targetentity data length
Type
HyperMesh Tcl Modify Command
Description
Updates an attribute that is an array of entity IDs.
Inputs
- entity type
- The type of entity that owns the attribute.
- id
- The ID of the entity that owns the attribute.
- 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 refers.
- data
- An array of IDs to entities.
- length
- The length of the data array.
Example
*createarray(4) 0 0 0 0
*attributeupdateentityidarray(loadcols, 1, 6436, 1, 2, 0, materials, 1, 4)