*setautoupdatesets

Controls automatic updating of sets, segment sets, and contact surfaces during mesh changes.

Syntax

*setautoupdatesets mode

Type

HyperMesh Tcl Modify Command

Description

Controls automatic updating of sets, segment sets, and contact surfaces during mesh changes. To query the current value, use hm_getoption.

This is not supported in the Radioss profile.

Inputs

mode
0 - Disabled
1 - Enabled

Examples

To enable:

*setautoupdatesets 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

2021