*opticontrolupdateremeshparameters

Updates the optimization control parameters used to activate the remeshing process.

Syntax

*opticontrolupdateremeshparameters remeshtoggle remesh

Type

HyperMesh Tcl Modify

Description

Updates the optimization control parameters used to activate the remeshing process.

Inputs

remeshtoggle
Remesh toggle on (1) or off (0) state (integer).
remesh
Remesh value (integer).

Example

To activate the remeshing process:

*opticontrolupdateremeshparameters 1 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

12.0