*elementqualitysetup_new

Prepares a mark of elements for use within the interactive element cleanup tool.

Syntax

*elementqualitysetup_new mark_id

Type

HyperMesh Tcl Modify Command

Description

Prepares a mark of elements for use within the interactive element cleanup tool.

This function interacts closely with the other *elementquality commands, and cannot function separately from them. It must be accompanied by a corresponding *elementqualityshutdown command.

Inputs

mark_id
The mark ID containing the elements to be modified. Valid values are 1 and 2.

Example

*createmark elements 1 10 11 12 13 14 15 16
*elementqualitysetup_new 1
<<various *elementquality commands>>
*elementqualityshutdown 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

2019