*attributeupdateentityidarraymark

Updates an attribute, which is an array of entity IDs, on a set of entities.

Syntax

*attributeupdateentityidarraymark entity type mark identifier solver status behavior targetentity data length

Type

HyperMesh Tcl Modify Command

Description

Updates an attribute, which is an array of entity IDs, on a set of entities.

Inputs

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

Examples

*createarray(4) 0 0 0 0
*attributeupdateentityidarraymark(loadcols, 1, 6436, 1, 2, 0, materials, 1, 4)