Holds a single text parameter that indicates the result, other than displacement, to be contoured.
Syntax |
*ResultString(result) |
|
Arguments |
Name |
Description |
result |
Text indicating the result to be contoured. |
|
Example |
*BeginContour() • • • *ResultString(Velocity) • • • *EndContour() |
|
Application |
HyperView. |
|
Context |
||
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(). |
|
See also |
|
|