*elementqualitysetup

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

Syntax

*elementqualitysetup elementmark

Type

HyperMesh Tcl Modify Command

Description

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

Inputs

elementmark
The mark ID containing the elements to be modified.

Example

*createmark elements 1 10 11 12 13 14 15 16
*elementqualitysetup 1 
<<various *elementquality commands>>
*elementqualityshutdown 0 

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