*setoffsetconflictoptionmessage

Set the message option when there is offset conflict during drag-and-drop.

Syntax

*setoffsetconflictoptionmessage mode

Type

HyperMesh Tcl Modify Command

Description

Set the message option when there is offset conflict during drag-and-drop.

Inputs

mode
0 - Do not keep the user input for all following drag-and-drop operations
1 - Keep the user input for all following drag-and-drop operations

Examples

To keep the user input for all following drag-and-drop operations:

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

2019