*ResultString()

Holds a single text parameter that indicates the result, other than displacement, to be contoured.

Syntax

*ResultString (result)

Application

HyperView

Inputs

result
Text indicating the result to be contoured.

Context

*BeginContour()

Example

*BeginContour()
	• • •
	*ResultString(Velocity)
	• • •
*EndContour()

Comments

This statement can only appear between the *BeginContour() and *EndContour() statements. *ResultString() and *Displacement() cannot appear together in a *Contour() block. However, a *Contour() block must contain one of these statements.

This statement is used to contour results other than displacement results. To contour displacement results, see *Displacement().