*attributeupdateintarrayelementmark
Updates one element of an attribute of type int array.
Syntax
*attributeupdateintarrayelementmark entity type mark identifier solver status behavior index value
Type
HyperMesh Tcl Modify Command
Description
Updates one element of an attribute of type int array.
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.
- index
- Index into the array, starting at zero.
- value
- The integer value to be placed into the array.
Examples
*attributeupdateintarrayelementmark(loadcols, 1, 5000, 1, 2, 0, 0, 4)