*unsetparameter

Unparameterizes a data name or attribute on a single entity.

Syntax

*unsetparameter entity_type entity_id data_name_or_attribute row column

Type

HyperMesh Tcl Modify Command

Description

Unparameterizes a data name or attribute on a single entity.

Inputs

entity_type
The type of entity to unparameterize.
entity_id
The ID of the entity to unparameterize.
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 set 5:

*unsetparameter sets 5 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