*menuif()

Used to conditionally execute branches in the card image.

Syntax

*menuif (expression)

Type

HyperMesh Card Previewer Command

Inputs

expression
A relational expression.

Example

Requires an *menuendif() command.

The expression is required to be enclosed in square brackets.

The following operators are available:
==, = equal
!= not equal
<= less than or equal
< less than
>= greater than or equal
> greater than

If multiple entities are being displayed and an *menuif() returns conflicting results for the expression, the entire *menuif()/ *menuelse() / *menuendif() block is skipped.