*unsetparametermark

Unparameterizes a data name or attribute on a mark of entities.

Syntax

*unsetparametermark entity_type mark_id data_name_or_attribute row column

Type

HyperMesh Tcl Modify Command

Description

Unparameterizes a data name or attribute on a mark of entities.

Inputs

entity_type
The type of entity to unparameterize.
mark_id
The ID of the mark containing the entities to unparameterize. Valid values are 1 and 2.
data_name_or_attribute
The data name or attribute name/ID to unparameterize.
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.

Example

To unparameterize attribute LSD_DA1 on entity sets 5, 6 and 7:

*createmark sets 1 5 6 7
*unsetparametermark sets 1 LSD_DA1 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