*freesizezonebasedupdate

Updates the definition of a zone based free size design variable.

Syntax

*freesizezonebasedupdate name mark_id

Type

HyperMesh Tcl Modify

Description

This command updates the definition of a zone based free size design variable.

Inputs

name
The name of the free size design variable.
mark_id
The mark ID containing the element sets. Valid values are 1 and 2.

Example

To update the zone based definition of free size design variable dsize1 with element sets 1, 2, 3 and 4:
*createmark sets 1 1 2 3 4
*freesizezonebasedupdate "dsize1" 1

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

13.0