*markfailed()

Marks an element as failed when used in the Check Elements panel (user subpanel).

Syntax

*markfailed ()

Type

HyperMesh Template Command

Description

To mark quads that have a side shorter than .1, the following commands may be used:
*elements(104,0,"","")
 *format()
  *if([shortestside < .1])
   *markfailed()
  *endif()
*output()

The command must only be used in a template file used with the user subpanel of the Check Elements panel.

It is used to mark an element that has failed a user-defined element check (the element will be highlighted). It can only be used within a *elements block. The element is also put in the user mark.