*Review()

Specifies the review state of the stress classification line (SCL).

Syntax

*Review (state)

Application

HyperView

Inputs

state
The review state of the SCL (On/Off).

Context

*BeginSCL()

Example

*BeginSCL()
    *Label("SCL1")
    *Review("On")
    *N1("1 PART-1-1 1 PART-1-1 1688")
    *N2("1 PART-1-1 1 PART-1-1 499")
    *NumPoints("40")
    *Color(" 95 181 255")
*EndSCL()