*setparametermark
Parameterizes a data name or attribute on a mark of entities.
Syntax
*setparametermark name entity_type mark_id data_name_or_attribute row column reserved
Type
HyperMesh Tcl Modify
Description
Parameterizes a data name or attribute on a mark of entities.
Inputs
- name
- The name of parameter entity to assign.
- entity_type
- The type of entity to parameterize.
- mark_id
- The ID of the mark containing the entities to parameterize. Valid values are 1 and 2.
- data_name_or_attribute
- The data name or attribute name/ID to parameterize.
- row
- The row index of the attribute in a 1D or 2D array. Must be set to 0 otherwise.
- column
- The column index of the attribute in a 2D array attribute. Must be set to 0 otherwise.
- reserved
- Must be set to 0.
Example
To parameterize attribute LSD_DA1 on entity sets 5, 6 and 7 with the parameter named param1:
*createmark sets 1 5 6 7
*setparametermark param1 sets 1 LSD_DA1 0 0 0
Errors
Incorrect usage results in a Tcl error. To
detect errors, you can use the catch
command:
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
14.0